Skip to main content
WEBHOOK
verification.session.expired
{
  "metadata": {
    "contract_version": 123,
    "event_id": "<string>",
    "verification_session_id": "<string>"
  },
  "data": {}
}

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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The decrypted JSON payload. The actual request body delivered to your endpoint is compact JWE.

type
enum<string>
required
Available options:
verification.session.expired
metadata
object
required
data
object
required

Reserved for future fields.

Response

2XX

Return any 2xx response to acknowledge receipt. Non-2xx responses are retried while the encrypted payload remains retained.