Overview
The Update Alert Channel endpoint allows you to modify existing alert channels, including notification settings, delivery preferences, and channel-specific configurations. Common Use Cases:- Channel Configuration Updates
- Notification Setting Changes
- Contact Information Updates
- Integration Updates
Authorizations
The Checkly Public API uses API keys to authenticate requests. You can get the API Key here.
Your API key is like a password: keep it secure!
Authentication to the API is performed using the Bearer auth method in the Authorization header and using the account ID.
For example, set Authorization header while using cURL:
curl -H "Authorization: Bearer [apiKey]" "X-Checkly-Account: [accountId]"
Headers
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Path Parameters
Body
EMAIL
, SLACK
, WEBHOOK
, SMS
, PAGERDUTY
, OPSGENIE
, CALL
"SMS"
All checks subscribed to this channel.
[]
Determines if an alert should be sent for expiring SSL certificates.
At what moment in time to start alerting on SSL certificates.
1 <= x <= 30
Automatically subscribe newly created checks to this alert channel.
Response
Successful
1
EMAIL
, SLACK
, WEBHOOK
, SMS
, PAGERDUTY
, OPSGENIE
, CALL
"SMS"
The configuration details for this alert channel. These can be very different based on the type of the channel.
All checks subscribed to this channel.
[]
Determines if an alert should be sent for expiring SSL certificates.
At what moment in time to start alerting on SSL certificates.
1 <= x <= 30
Automatically subscribe newly created checks to this alert channel.