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
          • GET/account-token/{public_token}
          • POST/account-token/regenerate
        • Field Mapping

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Linked AccountAccount token

/account-token/regenerate

POST
/hris/v1/account-token/regenerate
POST
/api/hris/v1/account-token/regenerate
$curl -X POST https://api.merge.dev/api/hris/v1/account-token/regenerate \
> -H "X-Account-Token: X-Account-Token" \
> -H "Authorization: Bearer <token>"
200Successful
1{
2 "linked_account_id": "e59b1821-f85c-4e28-a6b3-1804156f3563",
3 "account_token": "hXY57W0g0WkdRHjCaPvwijK63fwfN-o_Wh7f30SLTq_uPCOLo-WFcA"
4}
Exchange Linked Account account tokens.
Was this page helpful?
Previous

/account-token/{public_token}

Next

/delete-account

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Headers

X-Account-TokenstringRequired
Token identifying the end user.

Response

linked_account_idstring
account_tokenstring