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/employeesAuthentication
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