Skip to main content
POST
Generate a webhook secret

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful response with webhook secret

webhook_secret
string

The authentication secret for webhook endpoints. This secret will be sent as the Authorization: Bearer {secret} header in all webhook deliveries.

Example:

"ysW1Vx2kb69fDULLgUkzisAteuBn_D3q06cb9qesq6GllVNcfqTqV1mXqFydcBcK"

message
string

Confirmatory message about the webhook secret.

Example:

"Webhook secret generated successfully. Update your webhook endpoints to use this new secret. Secret will be sent as the \"Authorization: Bearer {secret}\" header in all webhook deliveries."