Partner API
Generate webhook signing secret
Header Parameters
SW-PARTNER-ID*string
SW-API-KEY*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/integrations/webhooks/secrets" \ -H "SW-PARTNER-ID: string" \ -H "SW-API-KEY: string"{
"success": true,
"secret": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"token": "string"
}
}{
"success": false,
"error": "string"
}{
"success": false,
"error": "string"
}{
"success": false,
"error": "string"
}{
"success": false,
"error": "string"
}Delete a webhook endpoint DELETE
Permanently removes a webhook endpoint. The endpoint must belong to the authenticated partner organization.
Cycle webhook signing secret POST
Rotates signing secrets: the current active secret becomes fallback, and a new active token is returned once. There is no request body.