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 startedConnectorsAPI reference
Get startedConnectorsAPI reference
  • Agent Handler
      • GETList access keys
      • POSTCreate access key
      • GETGet access key
      • POSTRegenerate access key secret
      • POSTRevoke access key

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
Agent HandlerAccess keys

Revoke access key

POST
https://ah-api.merge.dev/api/v1/access-keys/:key_id/revoke/
POST
/api/v1/access-keys/:key_id/revoke/
$curl -X POST https://ah-api.merge.dev/api/v1/access-keys/key_id/revoke/ \
> -H "Authorization: Bearer <token>"
Revokes an access key. Revocation is permanent.
Was this page helpful?
Previous

Regenerate access key secret

Next

List audit log events

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Path parameters

key_idstringRequiredformat: "uuid"