Setting up with API calls
Retrieve multiple webhook URLs for a client.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
activebooleanOptional
Filter active webhooks
uuids[]stringOptional
Filter by webhook UUIDs
Responses
200
OK
application/json
activebooleanOptional
webhookTokenstringOptional
webhookUrlstringOptional
uuidstringOptional
createdAtstring · date-timeOptional
updatedAtstring · date-timeOptional
get
/webhook-url/get-many200
OK
Update an existing webhook URL.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
uuid-webhookstringRequired
UUID of the webhook to update
Body
webhookUrlstringRequired
Responses
200
OK
application/json
activebooleanOptional
webhookTokenstringOptional
webhookUrlstringOptional
uuidstringOptional
createdAtstring · date-timeOptional
updatedAtstring · date-timeOptional
put
/webhook-url/{uuid-webhook}200
OK
Delete an existing webhook URL.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
uuid-webhookstringRequired
UUID of the webhook to delete
Responses
204
No Content
delete
/webhook-url/{uuid-webhook}204
No Content
No content
Last updated