Skip to main content
POST
/
api
/
v1
/
alert-channels
/
{id}
/
test
Test a saved alert channel's connectivity
curl --request POST \
  --url https://api.devhelm.io/api/v1/alert-channels/{id}/test \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "success": true,
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Path Parameters

id
string<uuid>
required

Response

200 - */*

OK

data
object