Skip to main content
POST
Send a sample webhook

Authorizations

Authorization
string
header
required

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

Body

application/json
event_code
string

Event code for the sample payload. Thee

Example:

"order.shipped.SAMPLE"

webhook_url
string

URL of the your listener URL to receive the webhook

Example:

"https://example.com/webhook"

Response

200 - application/json

Successful response with sample webhook details

event_code
string

Event code as provided

Example:

"order.shipped.SAMPLE"

payload_preview
object

Preview of the webhook payload

message
string
Example:

"Sample webhook sent successfully"

webhook_url
string

URL of the webhook that received the event

Example:

"https://example.com/webhook"