v2
latestOpenAPI 3.0.02026-07-261859071.2 MBAlert channels
Create an alert channel
Creates a new alert channel
post/v1/alert-channels
Headers
x-checkly-accountstring
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Request body
Example request
{
"subscriptions": [],
"type": "SMS"
}Response
Created
Example response
{
"id": 1,
"type": "SMS",
"subscriptions": []
}