REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.
Servers​
List webhooks​
Create webhook​
Get webhook by ID​
Delete webhook​
Update webhook​
Update an existing webhook
Authorizations​
Parameters​
Path Parameters
Webhook ID
"int64"Request Body​
Responses​
Updated webhook
Delete multiple webhooks​
Find Webhook by Id​
Delete one Webhook by Id​
Update Webhook by Id​
Find a list of Webhooks by a set of filters​
Returns a list of Webhooks
Authorizations​
Parameters​
Query Parameters
Set the max number of objects to return
"int64"Set the number of objects to ignore before starting
"int64"text string that will search certain text fields
comma separated list of items to select ('tickets.*, ticketTypes.name')
type
display
objectType
Responses​
Create Webhook​
Run a Webhook of a specific type​
Runs the enabled webhooks of a specific type on the referenceId
Authorizations​
Parameters​
Query Parameters
Webhook type (should be one of these): orderComplete, attendeeCheckinComplete, ticketClaimComplete, ticketCancelComplete, orderCancelComplete, informationChangeComplete, orderRefundComplete, orderInformationChangeComplete
should be the order Id for all types except attendeeCheckinComplete, ticketClaimComplete and ticketCancelComplete in which case it should be the ticketId
