Response
Ok
The secret used to verify all webhook events.
Example:
"1234567890abcdef"
Retrieves the current webhook secret for the authenticated entity. The request must include a valid API key with appropriate permissions. This endpoint returns the secret value that is used to validate webhook signatures to verify the origin of webhook requests. The secret should be kept secure and used to validate that incoming webhooks were sent by our system. Upon successful retrieval, returns the current webhook secret.
Required API permissions: GetWebhookSecret
Ok
The secret used to verify all webhook events.
"1234567890abcdef"