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
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
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