Skip to main content
GET
Preview a sample webhook payload

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

event_code
string
required

Event code for the sample payload. Data in this example is illustrative only.

Example:

"order.shipped.SAMPLE"

Response

200 - application/json

Successful response with sample webhook payload

event_code
string

Event code as provided

Example:

"order.shipped.SAMPLE"

payload_preview
object

Preview of the webhook payload