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:

"01a082d0-84a0-72c2-af7d-64b548611a19"

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"