API ReferenceStable v1
Webhooks
API reference for webhook registration, payload verification, and replay.
Last updated Mar 8, 2026
Webhooks API
/webhooksBearer tokenRegister a webhook.
/webhooksBearer tokenList webhooks.
/webhooks/{webhook_id}Bearer tokenUpdate a webhook.
/webhooks/{webhook_id}Bearer tokenDelete a webhook.
/webhooks/{webhook_id}/replayBearer tokenReplay 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"
}
}