Webhooks
session
Webhook notification triggered when session is completed or expired
WEBHOOK
Documentation Index
Fetch the complete documentation index at: https://docs.clinkbill.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your secret API key obtained from the Clink dashboard (Developers section)
Current timestamp in milliseconds since Unix epoch (required for request signing)
Body
application/json
Session event payload in json
Unique identifier for the event
Type of event that occurred
Available options:
session.complete, session.expired Example:
"session.complete"
Type of this json payload, 'event' if this is an event
Example:
"event"
Timestamp when the event occurred
Response
200
Return a 200 status to indicate that the data was received successfully