Develop
Connect your own apps to post vacancies and sync jobs programmatically—without rebuilding the hiring workflow on our platform.
/api/v1/jobs?page=1&perPage=10List jobs
Paginated jobs for your account.
https://docs.newmatch.io/api/v1/jobs?page=1&perPage=10
| Name | Description | Value |
|---|---|---|
| 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.