ApiNotifications
Send a test alert to a subscription
Delivers a sample alert to this subscription's channel so you can verify the setup. Free.
POST
/v1/notifications/{id}/testAuthorization
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"
}