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
chevron-right
200

Successful operation

application/json
successbooleanOptionalExample: true
messagestringOptionalExample: UserWebhook
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
chevron-right
200

Successful operation

application/json
successbooleanOptionalExample: true
messagestringOptionalExample: Row Deleted
delete
/api/organizations/{organization}/webhooks/{webhook}

Last updated