Retrieve a list of all webhooks.
Parameters
Header
Authorization*
string
API key as bearer token
Accept*
string
application/json
Request Example
Responses
List of webhooks received successfully
Authorization information missing, expired or invalid
Retrieve a specific webhook by ID.
Parameters
Header
Authorization*
string
API key as bearer token
Accept*
string
application/json
Path
id*
string
ID of the webhook to get
Request Example
Responses
Webhook received successfully
Authorization information missing, expired or invalid
PATCH/api/v1/webhooks/{id}
Update a specific webhook by ID.
Parameters
Header
Authorization*
string
API key as bearer token
Accept*
string
application/json
Content-Type*
string
application/json
Path
id*
string
ID of the webhook to update
Body
name
string
Name of the service category
order
integer
Order of the service category
Request Example
Responses
Webhook updated successfully
Authorization information missing, expired or invalid
DELETE/api/v1/webhooks/{id}
Delete a specific webhook by ID.
Parameters
Header
Authorization*
string
API key as bearer token
Accept*
string
application/json
Path
id*
string
ID of the webhook to delete
Request Example
Responses
Webhook deleted successfully
Authorization information missing, expired or invalid