Retrieve Webhook Endpoint
Returns a single webhook endpoint. The secret field is masked. Requires the webhooks:read scope.
Authorizations
API key in the Authorization header: Bearer qr_live_… or Bearer qr_test_…. Token endpoints take a Clerk session JWT instead.
Path Parameters
Webhook endpoint id (whe_…).
Response
The webhook endpoint
"whe_aB3dE5fG7hI9jK1m"
"webhook_endpoint"
"https://example.com/webhooks/qrkit"
Who manages this endpoint. Set at creation, immutable afterwards. Endpoint caps are counted per source.
api, zapier, make, n8n auto_disabled is set automatically after sustained delivery failures. Re-enable with PATCH /webhooks/{id} { "status": "enabled" }.
enabled, disabled, auto_disabled Full whsec_… value returned only on create (POST /webhooks) and secret rotation (POST /webhooks/{id}/rotate-secret). All other reads return the masked form whsec_…XXXX.
"whsec_…a1b2"

