API ReferenceStable v1

Webhooks

API reference for webhook registration, payload verification, and replay.

Last updated Mar 8, 2026

Webhooks API

POST/webhooksBearer token

Register a webhook.

GET/webhooksBearer token

List webhooks.

PATCH/webhooks/{webhook_id}Bearer token

Update a webhook.

DELETE/webhooks/{webhook_id}Bearer token

Delete a webhook.

POST/webhooks/{webhook_id}/replayBearer token

Replay a webhook event.

Signature Headers

X-AMLOK-Signature: sha256=...
X-AMLOK-Timestamp: 1709913000

Example Event

{
  "type": "agent.decision.approve",
  "data": {
    "dealcard_id": "dc_01HXK5V2N8PQRS3T4UV5WX6Y",
    "offer_id": "ofr_01HXK5V2N8PQRS3T4UV5WX6Y"
  }
}