Skip to main content
POST
Send Test Webhook

Authorizations

Authorization
string
header
required

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

Path Parameters

webhook_id
string<uuid>
required

The ID of the webhook to send a test to

Body

application/json
event
string

The event type to simulate

Example:

"orders.created"

Response

Test webhook sent

success
boolean
required
message
string
required
content
object