API referenceAlert destination
`POST /alert-destinations/{id}/verifications` — Verify: publish the test message (SNS) or send the signed test request (webhook). Stateless — the outcome is the response, not stored state (G-4).
POST
/alert-destinations/{id}/verificationsPath Parameters
id*string
Destination id
Response Body
application/json
curl -X POST "https://example.com/alert-destinations/string/verifications"{ "destination_id": "string", "message": "string", "ok": true, "outcome": "string", "reason": "string"}