Alert channels
List all alert channels
Lists all configured alert channels and their subscribed checks.
get/v1/alert-channels
Query parameters
limitinteger
Limit the number of results
Limit the number of results
pagenumber
Page number
Page number
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
Response
Successful
Example response
[
{
"id": 1,
"type": "SMS",
"subscriptions": [],
"projectBindings": {
"owner": {
"binding": {
"logicalId": "homepage-check"
}
},
"references": [
{
"binding": {
"logicalId": "homepage-check"
}
}
]
}
}
]Changes
Changed in 1 of the 4 revisions of this API.1
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 566 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○