API Reference · Webhook Endpoints
Retrieve a webhook endpoint
Fetches a webhook endpoint by id. Does not return the signing secret.
GET
/v1/webhook-endpoints/:idAfter creation the signing secret is encrypted at rest and never returned. Retrieve returns everything else — url, enabled events, active flag, metadata.
Returnswebhook_endpoint object
Path parameters
idstringRequiredWebhook endpoint id (`we_…`).
Errors
404
resource_missingNo endpoint exists with that id.