Partner API
Delete a webhook endpoint
Path Parameters
webhookId*string
Format
uuidHeader Parameters
SW-PARTNER-ID*string
SW-API-KEY*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/v1/integrations/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "SW-PARTNER-ID: string" \ -H "SW-API-KEY: string"{
"success": true
}{
"success": false,
"error": "string"
}{
"success": false,
"error": "string"
}{
"success": false,
"error": "string"
}{
"success": false,
"error": "string"
}{
"success": false,
"error": "string"
}Update a webhook endpoint PATCH
Updates one or more fields on an existing webhook endpoint. Include at least one of `url`, `eventTypes`, `enabled`, or `maxAttempts`. The endpoint must belong to the authenticated partner organization.
Generate webhook signing secret POST
Creates a new active signing secret for the authenticated partner organization when none exists. The token is returned once; store it securely and use it to verify `X-Signature` on deliveries. There is no request body.