Follow these steps to complete your first New Match API integration. Most teams ship a read-only job list in under an hour.
Create a company account on the website and verify your work email. Integrations are tied to that client profile—there is no separate integrator signup.
Tell us your company name and integration scenario via the developer contact form. Keys are created in Admin → API keys; the secret is shown once.
All v1 integration endpoints live under your app origin:
https://newmatch.ioList open jobs with your key—same examples in curl, fetch, or Python:
curl -X GET "https://newmatch.io/api/v1/jobs?status=open&limit=20" \
-H "Authorization: Bearer <api-key>"Next steps
Try the playground or read how authentication and errors work.