New Match
Integrate jobs, matches, and applications into your own product with a fast, predictable API.
Create your key, make a first request, and ship a basic integration quickly.
Browse endpoints for jobs, applications, profiles, and webhooks.
Learn how to pass API keys and handle 401/403 responses safely.
curl -X GET "https://newmatch.io/api/v1/jobs?status=open&limit=20" \
-H "Authorization: Bearer <api-key>"