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" }}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.
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.