Overview

Welcome to the Merge ATS API reference documentation!

You can use this API to integrate with Merge and pull data from or push data to integrations that your users have authorized.

Base API URL

All API endpoints in the reference documentation below are relative to the following base URL:

https://api.merge.dev/api/ats/v1

If you are using our EU tenant, all API endpoints in the reference documentation below are relative to the following base URL:

https://api-eu.merge.dev/api/ats/v1
Merge SDK

If you'd like to use a Merge SDK to integrate with Merge instead of forming your own API requests, you can find the installation and usage instructions for all of our available SDK's here.

We highly recommend using our Complete Category SDKs as they are more frequently updated and provide flexibility in case you find new Merge API categories useful in the future.

Rate Limits

API requests to Merge's Unified API are rate limited to the following per linked account (as identified by the account_token attached to the request):

  • Launch: 100 / minute
  • Core: 200 / minute
  • Professional: 400 / minute
  • Enterprise: 600 / minute

Some endpoints may have different rate limits as specified throughout the API reference.

Webhooks

The following third-party platforms support automatic webhook creation:

  • Lever

The following third-party platforms support manual webhook creation:

Testing via Postman

To get started fast, use the link below to access Merge's public workspace: