Get webhook signing secret

Get the signing secret for a webhook. Use this secret to verify that incoming webhook payloads are authentic

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
The webhook ID

Response

Webhook signing secret
keystring or null
The webhook signing secret

Errors