api_key.revoked
A signed Boundry platform event. Its payload remains pinned to the API version configured for the receiving endpoint.
api_key.revoked
A project API key was revoked.
Channel: api_key
Payload schema
api_versionrequiredstringAPI version pinned to the webhook endpoint. Values: "2026-08-14". Default: "2026-08-14".
created_atrequiredstring (date-time)Timestamp when Boundry created the event. Example: "2026-08-14T12:00:00.000Z".
datarequiredobjectEvent resource wrapper. Example: {"object":{"created_at":"2026-08-14T12:00:00.000Z","id":"key_01j0example","name":"Production app"}}.
objectrequiredobjectEvent resource. Example: {"created_at":"2026-08-14T12:00:00.000Z","id":"key_01j0example","name":"Production app"}.
created_atrequiredstring (date-time)Timestamp when the key was created. Example: "2026-08-14T12:00:00.000Z".
idrequiredstringAPI key identifier. Example: "msg_01j0example".
namerequiredstringHuman-readable API key name. Example: "Production app".
idrequiredstringStable event identifier.
livemoderequiredbooleanWhether the event originated in live mode.
objectrequiredstringResource type discriminator. Values: "event".
project_idrequiredstringOwning project identifier. Example: "msg_01j0example".
typerequiredstringWebhook event type. Values: "api_key.revoked".
Sample body
{
"api_version": "2026-08-14",
"created_at": "2026-08-14T12:00:00.000Z",
"data": {
"object": {
"created_at": "2026-08-14T12:00:00.000Z",
"id": "key_01j0example",
"name": "Production app"
}
},
"id": "evt_01j0example",
"livemode": true,
"object": "event",
"project_id": "proj_au_prod",
"type": "api_key.revoked"
}