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
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Linked AccountAccount token

/account-token/regenerate

POST
/crm/v1/account-token/regenerate
POST
/api/crm/v1/account-token/regenerate
$curl -X POST https://api.merge.dev/api/crm/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

Built with

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Headers

X-Account-TokenstringRequired
Token identifying the end user.

Response

linked_account_idstring
account_tokenstring