Webhooks

Get endpoint signing secret

Retrieves the signing secret for a webhook endpoint. Use this to verify incoming webhook payloads.

get/v1/webhooks/endpoints/{id}/secret

Path parameters

idstring required

The webhook endpoint ID

Example:ep_abc123def456

The webhook endpoint ID

Response

OK

keystring required

The signing secret for verifying webhook payloads

Example response

{
  "key": "whsec_xyz789..."
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.