Webhook Secrets
Get Webhook Secret
deprecated
Fetch the active webhook signing secret for an organization.
GET
Get the active webhook secret for an organization
Returns the active webhook signing secret metadata for the organization. Use this endpoint when building webhook administration tooling.
Related endpoints
- Rotate Webhook Secret: create a new signing secret.
- External Webhooks: verify webhook signatures.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
RSA encrypted organization ID (base64 format)
Example:
"BASE64_ENCRYPTED_ORG_ID_HERE"
Response
Returns the active webhook secret.
Get the active webhook secret for an organization