Skip to content

Send test alert

POST
/api/v1/alert-contacts/{id}/test

Sends a test alert notification to the specified contact. Useful for verifying that email, Slack, or webhook integrations are configured correctly.

id
required
integer
Example
1

Unique alert contact identifier.

Test alert sent successfully.

object
status
string
Example
sent

Authentication credentials are missing or invalid.

Error response returned when a request fails.

object
error
required

A human-readable error message.

string
Example
monitor not found
Example
{
"error": "unauthorized"
}

The requested resource was not found.

Error response returned when a request fails.

object
error
required

A human-readable error message.

string
Example
monitor not found
Example
{
"error": "not found"
}

Test alert delivery failed.

Error response returned when a request fails.

object
error
required

A human-readable error message.

string
Example
monitor not found