List webhooks​
Create webhook​
Get webhook by ID​
Delete webhook​
Update webhook​
PATCH
/api/v2/webhooks/{id}
Update an existing webhook
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
id*
Webhook ID
Type
Requiredinteger
Format
"int64"Request Body​
application/json
"string"
Responses​
Updated webhook
application/json
{
 Â
}
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​
GET
/api/v2/webhook
Returns a list of Webhooks
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Query Parameters
_limit
Set the max number of objects to return
Type
number
Format
"int64"_offset
Set the number of objects to ignore before starting
Type
number
Format
"int64"_search
text string that will search certain text fields
Type
string
_select
comma separated list of items to select ('tickets.*, ticketTypes.name')
Type
string
type
type
Type
string
display
display
Type
string
objectType
objectType
Type
string
Responses​
Create Webhook​
Run a Webhook of a specific type​
GET
/api/v2/webhook/run
Runs the enabled webhooks of a specific type on the referenceId
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Query Parameters
type*
Webhook type (should be one of these): orderComplete, attendeeCheckinComplete, ticketClaimComplete, ticketCancelComplete, orderCancelComplete, informationChangeComplete, orderRefundComplete, orderInformationChangeComplete
Type
Requiredstring
referenceId
should be the order Id for all types except attendeeCheckinComplete, ticketClaimComplete and ticketCancelComplete in which case it should be the ticketId
Type
string
