Skip to main content
DocsAPI ReferenceAgents
ApiNotifications

Send a test alert to a subscription

View Markdown

Delivers a sample alert to this subscription's channel so you can verify the setup. Free.

POST/v1/notifications/{id}/test

Authorization

accessKey
x-access-key<token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/notifications/string/test"
{
  "success": true,
  "data": {
    "status": "sent"
  }
}
{
  "success": false,
  "message": "string"
}
{
  "success": false,
  "message": "string"
}
{
  "success": false,
  "message": "string"
}