Get a webhook subscription by ID
Webhooks
Get a webhook subscription by ID
GET
Get a webhook subscription by ID
Authorizations
API key passed as a Bearer token
Path Parameters
Response
Successful Response
A single webhook subscription.
Webhook event types exposed to API clients.
Mirrors SynapseWebhookEventType enum in datalayer (camelCase) but
rendered to clients as snake_case dotted strings (closer to Stripe
convention and easier to grep in caller logs).
Available options:
scribe_session.created, scribe_session.completed, scribe_session.error, scribe_session.updated, scribe_session.cancelled, scribe_session.deleted Optional human-readable label, or null if unset.
Deprecated: the first subscribed event (events[0]). Use events.
Available options:
scribe_session.created, scribe_session.completed, scribe_session.error, scribe_session.updated, scribe_session.cancelled, scribe_session.deleted Display hint for the signing secret (e.g. 'whsec_a1b2c3d4'). The raw secret is only returned at creation/rotation.