Test Webhook
Send a test payload to a webhook.
Send a test payload to a webhook.
AuthorizationBearer <token>
In: header
Path Parameters
webhook_id*Webhook Id
Response Body
application/json
application/json
curl -X POST "https://loading/api/v2/notification-webhooks/string/test"{
"property1": "string",
"property2": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}