curl --request POST \
--url https://api.devhelm.io/api/v1/alert-channels/test \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"config": {
"channelType": "<string>",
"webhookUrl": "<string>",
"mentionRoleId": "<string>"
}
}
'{
"data": {
"success": true,
"message": "<string>"
}
}curl --request POST \
--url https://api.devhelm.io/api/v1/alert-channels/test \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"config": {
"channelType": "<string>",
"webhookUrl": "<string>",
"mentionRoleId": "<string>"
}
}
'{
"data": {
"success": true,
"message": "<string>"
}
}API key (dh_live_...) or Auth0 JWT token
Alert channel configuration to test without saving
New channel configuration (full replacement, not partial update)
Show child attributes
OK
Show child attributes