POST
/
api
/
v1
/
notifications
/
webhook-secret
Generate a webhook secret
curl --request POST \
  --url https://api.byblend.com/api/v1/notifications/webhook-secret \
  --header 'Authorization: Bearer <token>'
{
  "webhook_secret": "ysW1Vx2kb69fDULLgUkzisAteuBn_D3q06cb9qesq6GllVNcfqTqV1mXqFydcBcK",
  "message": "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."
}

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

The response is of type object.