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
HomeGetting startedAuthenticationAPI referenceErrorsRate limitsEnvironmentsChangelogSupportContact

Docs

Start

  • Home
  • Getting started

API

  • Authentication
  • API reference
  • Errors
  • Rate limits
  • Environments

Updates

  • Changelog

Help

  • Support
  • Contact

Developer documentation

Build on New Match

Integrate jobs, matches, and applications into your own product with a fast, predictable API—the same hiring workflow your team already uses on newmatch.io.

Get startedAPI reference

Fast to integrate

Predictable REST endpoints and JSON responses—your first list of open jobs in under ten minutes.

Same rules as the web

Job fields, validation, confirmation emails, and job-alert matching mirror posting on newmatch.io.

Built for production

Documented errors, rate limits, changelog, and a clear path to technical support when you go live.

First request in minutes

  • 1Create an API key
  • 2Make your first request
  • 3Handle pagination and errors
  • 4Go live with monitoring

Why teams integrate

  • ATS & portals — sync vacancies from your existing stack without duplicate data entry.
  • Internal tools — let hiring managers post from Slack, intranet, or CRM with one API key.
  • Automation — open roles trigger the same confirmation email and professional job alerts as the website.
Open develop portal

Getting started

Create your key, make a first request, and ship a basic integration quickly.

Open

API reference

Browse endpoints for jobs, applications, profiles, and webhooks.

Open

API playground

Try live requests against your key—no Postman required.

Open

Example request

List open jobs for your company account—replace the API key with yours.

curl -X GET "https://newmatch.io/api/v1/jobs?status=open&limit=20" \
  -H "Authorization: Bearer <api-key>"

Built for integrators

  • Versioned v1 API
  • Transparent changelog
  • Interactive playground
  • Developer support

Ready to try it live?

Use the interactive playground to send requests with your API key.

Open playground