Skip to main content
POST
/
v1
/
webhooks
/
{webhook_id}
/
rotate-secret
Rotate signing secret
curl --request POST \
  --url https://api.framelane.io/v1/webhooks/{webhook_id}/rotate-secret \
  --header 'Authorization: Bearer <token>'
{
  "secret": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhook_id
string
required

Response

Successful Response

secret
string
required