Verificationsessioncancelled payload
Delivered as a JWE-encrypted POST body when a session terminates without producing a verified user. Emitted by the authenticated cancel endpoint, the public cancel endpoint, or as a privacy-withdrawal replacement for a succeeded/failed payload that was scrubbed before delivery. Verify the X-Kayle-Signature header against the encrypted body before decrypting.
Documentation Index
Fetch the complete documentation index at: https://docs.kayle.id/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The decrypted JSON payload. The actual request body delivered to your endpoint is compact JWE.
Response
Return any 2xx response to acknowledge receipt. Non-2xx responses are retried while the encrypted payload remains retained.