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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response with webhook secret
The response is of type object
.