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.
List failed webhook deliveries GET
Returns a paginated list of failed outbound webhook delivery attempts for the authenticated partner organization, including the outbound payload and per-attempt HTTP status or timeout indicators.