Generate a webhook secret
Generates an authentication secret for webhook endpoints. This secret will be sent as the Authorization: Bearer {secret} header in all webhook deliveries, allowing you to verify webhook events as originating from Blend.
Documentation Index
Fetch the complete documentation index at: https://docs.byblend.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful response with webhook secret
The authentication secret for webhook endpoints. This secret will be sent as the Authorization: Bearer {secret} header in all webhook deliveries.
"ysW1Vx2kb69fDULLgUkzisAteuBn_D3q06cb9qesq6GllVNcfqTqV1mXqFydcBcK"
Confirmatory message about the webhook secret.
"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."