Skip to main content
POST
/
api
/
v1
/
webhooks
/
signing-secret
/
rotate
Generate or rotate the organization webhook signing secret
curl --request POST \
  --url https://api.devhelm.io/api/v1/webhooks/signing-secret/rotate \
  --header 'Authorization: Bearer <token>'
{
  "data": "<string>"
}

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Response

200 - */*

OK

data
string | null