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."