Unified API
You can pull data from and push data to third-party platforms via our Unified API. Try pulling data below.
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/employeesThe cURL command to the right demonstrates authentication of your request (via API key and account token).
Security token used to authenticate all your requests to Merge's Unified API. Get it from your Dashboard.
Identifying security token for the user you would like to make the API request for.
Learn more in our Authentication guide.
$ 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
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