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