Skip to main content
POST
Test a webhook

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required
Example:

"019f985c-93dd-7dbc-a922-e3c881c7df70"

Response

Default Response

success
boolean
Example:

true

message
string
Example:

"Webhook test successful"

response_time_ms
number
Example:

250

status_code
number
Example:

200

error
string
Example:

"Connection timeout"