Notifications
Test a notification destination before saving it
POST
/v1/notifications/testAuthorization
accessKey x-access-key<token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/notifications/test" \ -H "Content-Type: application/json" \ -d '{ "channel": "webhook" }'{
"success": true,
"message": "string"
}{
"success": true,
"message": "string"
}