Webhooks
Get the webhook event envelope schema
Returns a representative example of the signed webhook payload every endpoint receives. Useful when building and type-checking a webhook handler; the live type will be one of the values from event-types.
get/v1/sdk/webhooks/event-schema
Response
Example response
{
"api_version": "2024-01-01",
"created": 1717000000,
"id": "evt_1A2B3C4D",
"livemode": true
}