Distributor API
Deactivate distributor webhook signing secret
Path Parameters
secretId*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/secrets/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"
}Cycle distributor webhook signing secret POST
Rotates distributor webhook signing secrets. Send a JSON body with `scope` set to `distributor` (see OpenAPI). A new active token is returned once.
API Changelog
Release history and breaking changes for the SafeWeb Partner API, Distributor API, and related integrations.