Webhooks

Webhooks

Update a user webhook

put
Path parameters
idintegerRequired

ID of the user webhook to update

Body
webhook_urlstring · min: 5 · max: 500OptionalExample: https://example.com/updated-webhook
Responses
200

Successful operation

application/json
put
/api/organizations/{organization}/webhooks/{webhook}

Delete a user webhook

delete

Deletes a specific user webhook by ID

Path parameters
idintegerRequired

ID of the user webhook to delete

Responses
200

Successful operation

application/json
delete
/api/organizations/{organization}/webhooks/{webhook}

Last updated