Postman Logo Image
Postman
Visit our Postman Collections to test our Unified API.
SDKs
Use our SDKs to integrate with our Unified API even faster.

Unified API

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

Try pulling data below:

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 555555555555555555555555555555555555555555555555555555" \
-H "X-Account-Token: 333333333333333333333333333333333333333333333333333333"

Mock API key and account token for illustrative purposes


Response

Press "Send GET Request" button
Postman Logo Image
Postman
Visit our Postman Collections to test our Unified API.
SDKs
Use our SDKs to integrate with our Unified API even faster.

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.