Skip to main content
GET
Retrieve the webhook payload for an event

Authorizations

Authorization
string
header
required

Paste your secret key as the bearer token: sk_test_… (test) or sk_live_… (live). That is all a normal API call needs. OAuth access tokens from POST /v1/oauth/token also work, but a client id/secret is only for platforms acting on another tenant's behalf, not for your own integration.

Path Parameters

id
string
required

Response

200 - application/json

The delivered webhook payload

The exact payload delivered to webhook endpoints — identical to the POST body.

id
string
Example:

"evt_01HKBZ4PQ9Z3K7T8V9X2Y1B5C6"

type
string
Example:

"checkout_completed"

createdAt
string
data
object

Event data with related resources expanded inline. Which objects are present depends on the event type; flat *Id fields are omitted when the object is embedded.