Create webhook
Webhooks
Create Webhook
Register a new webhook endpoint to receive event notifications. Requires the webhooks.write scope.
POST
Create webhook
Authorizations
Pass as Authorization: Bearer {token}. Accepts either an OAuth2 JWT access token or an API key (tk_live_...) created from the Tickable dashboard.
Body
application/json
Response
200 - application/json
Webhook created
Example:
"7c9e6679-7425-40de-944b-e07fc1f90ae7"
Example:
"https://api.example.com/webhook"
Available options:
order.created, order.confirmed, ticket.scanned, ticket.cancelled Example:
["order.created"]Example:
"Order notifications"
Example:
"2024-03-13T12:00:00Z"