Skip to main content
Notifications

Test a notification destination before saving it

POST/v1/notifications/test

Authorization

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"
}