Skip to main content
POST
/
v3
/
webhooks
/
endpoints
/
{endpoint_id}
/
rotate-secret
Rotate webhook signing secret
curl --request POST \
  --url https://api.heygen.com/v3/webhooks/endpoints/{endpoint_id}/rotate-secret \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

HeyGen API key. Obtain from your HeyGen dashboard.

Path Parameters

endpoint_id
string
required

Webhook endpoint ID

Response

Successful response

data
RotateSecretResponseData · object

Response from rotating a webhook endpoint's signing secret.