Distributor API
Delete distributor webhook endpoint
Path Parameters
webhookId*string
Format
uuidHeader Parameters
SW-DISTRIBUTOR-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/distributors/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "SW-DISTRIBUTOR-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 distributor webhook endpoint PATCH
Updates one or more fields on an existing distributor-scoped webhook endpoint. Include at least one of `url`, `eventTypes`, `enabled`, or `maxAttempts`.
Generate distributor webhook signing secret POST
Creates a signing secret for the authenticated distributor’s webhook scope. Provide a JSON body with `scope` (for example `distributor`). The token is returned once; store it securely.