Skip to main content
POST
Send a test event to a webhook endpoint

Authorizations

Authorization
string
header
required

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

Body

application/json
url
string
required

The customer endpoint URL to send a synthetic test event to

Minimum string length: 1
Example:

"https://customer.example.com/webhook"

Response

Endpoint returned 2xx.

httpStatus
integer<int32>

HTTP status returned by the customer endpoint, if any

Example:

200

latencyMs
integer<int64>

Round-trip latency in milliseconds

Example:

87

success
boolean

Whether the customer endpoint returned a 2xx response

Example:

true

error
string

Network-level error when no HTTP response was received

Example:

"Connection refused"