Test a webhook
POST/v1/webhooks/:id/test
test a webhook.
Request
Path Parameters
id stringrequired
- application/json
Body
required
payload
object
required
property name* any
Responses
- 200
- 400
- 500
- application/json
- Schema
- Example (from schema)
Schema
operation stringrequired
Operation performed
success booleanrequired
Specify whether the operation was successful
{
"operation": "string",
"success": true
}
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
errors
object[]
The list of API errors
message string
The error or warning message
code string
The message code
details
object
any additional details
property name* any
any additional details
{
"errors": [
{
"message": "string",
"code": "string",
"details": {}
}
]
}
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
errors
object[]
The list of API errors
message string
The error or warning message
code string
The message code
details
object
any additional details
property name* any
any additional details
{
"errors": [
{
"message": "string",
"code": "string",
"details": {}
}
]
}
Loading...