Skip to main content
GET
Show webhook event

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

Webhook event ID

Response

string | number | boolean | null | any[] | object

The webhook event, keyed under webhook_event. Its payload is the full event envelope (id, identifier, name, the inner resource payload, and timestamp); the resource data is nested under the inner payload key.

Any valid JSON value for provider, integration, theme, metadata, or other dynamic payloads whose keys are not fixed by the API contract.