For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI referenceImplementation
Get startedAPI referenceImplementation
    • Overview
    • Introduction
    • Unified API
    • Linked Account
    • Merge Link
    • Use cases
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo

Unified API

You can pull data from and push data to third-party platforms via our Unified API. Try pulling data below.

Postman

Visit our Postman Collections to test our Unified API

Run in Postman
SDKs

Use our SDKs to integrate with our Unified API even faster

Was this page helpful?
Built with

Send a GET request to the Employees endpoint in our Unified API:

https://api.merge.dev/api/hris/v1/employees

Authentication

The cURL command to the right demonstrates authentication of your request (via API key and account token).

API key

Security token used to authenticate all your requests to Merge's Unified API. Get it from your Dashboard.

Account token

Identifying security token for the user you would like to make the API request for.

Learn more in our Authentication guide.

Unified API tester
$ curl https://api.merge.dev/api/hris/v1/employees \
   -H "Authorization: Bearer YOUR_API_KEY" \
   -H "X-Account-Token: YOUR_ACCOUNT_TOKEN"

Mock API key and account token for illustrative purposes

Response
Press "Send GET request" button

Next up

In the next guide, create account tokens by linking an account…

Get data and account tokens for the Unified API by creating connections to third-party platforms in our Linked Account guide.

Go to Linked Account guide