SafeWeb
Partner API

Cycle webhook signing secret

POST
/api/v1/integrations/webhooks/secrets/cycle

Header Parameters

SW-PARTNER-ID*string
SW-API-KEY*string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/integrations/webhooks/secrets/cycle" \  -H "SW-PARTNER-ID: string" \  -H "SW-API-KEY: string"
{  "success": true,  "secret": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "token": "string"  }}