newmatch
DocsDevelopPlaygroundContact
Main site
newmatch

API docs for integrating job posting and matching into your own tools.

Getting startedContactMain sitePrivacyTerms
© 2026 New Match

Privacy

Privacy Preference Center

When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences, or your device and is mostly used to make the site work as you expect. Because we respect your right to privacy, you can choose not to allow some types of cookies.

More information

Manage Consent Preferences

Always Active
OverviewJobs API

Develop

  • Overview
  • Jobs API

Test requests live · keys stay in your browser

Integration API v1

Filter by name or path

Jobs

Applications

GET/api/v1/jobs?page=1&perPage=10

List jobs

Paginated jobs for your account.

https://newmatch.io/api/v1/jobs?page=1&perPage=10

Authorization (apiKey)
NameDescriptionValue
page
integer
Page number (default 1)
perPage
integer
Items per page (max 50)
status
string
Filter by job status

Click Execute to see the server response.

For production, call the API from your backend—do not ship keys in frontend apps.