Webhooks
Get webhook signing secret
Returns the current WEBHOOK_HMAC_SECRET used to sign
X-HookMyApp-Signature-256 on delivered payloads. This is separate
from the Verify Token (see GET /webhook-config/{channelId}). Minted
the first time the channel’s webhook config is created and retained
after the destination URL is cleared — clearing the destination does
not reset it. null only when the channel has never had a webhook
config.
GET
Get webhook signing secret
Authorizations
Authorization: Bearer hmok_... API key or a dashboard session token
Headers
Workspace ID for the request
Pattern:
^ws_[A-Za-z0-9]{8}$Path Parameters
Pattern:
^ch_[A-Za-z0-9]{8}$Get webhook signing secret