API Reference · Webhook Endpoints

Retrieve a webhook endpoint

Fetches a webhook endpoint by id. Does not return the signing secret.

GET/v1/webhook-endpoints/:id

After creation the signing secret is encrypted at rest and never returned. Retrieve returns everything else — url, enabled events, active flag, metadata.

Path parameters

idstringRequired

Webhook endpoint id (`we_…`).

Errors

404
resource_missing

No endpoint exists with that id.