PUT
/
webhook_secrets
Replace an existing secret
curl --request PUT \
  --url https://api-sandbox.synctera.com/v0/webhook_secrets \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "is_rolling_secret": true
}'
{
  "deleted_at": "2023-11-07T05:31:56Z",
  "secret": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200
application/json

Webhook secret response

The response is of type object.