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
Body
A description about the status update.
"We found the issue and we are working on it."
Response
Successful
The incident update status. Must be one of INVESTIGATING,IDENTIFIED,MONITORING,RESOLVED,MAINTENANCE
INVESTIGATING
, IDENTIFIED
, MONITORING
, RESOLVED
, MAINTENANCE
"INVESTIGATING"
A description about the status update.
"We found the issue and we are working on it."
The incident update universal and unique identificator.
"e50ad839-1b90-4955-b716-1c6edbda57cb"
The timestamp when the incident update was created.
"2022-09-08T19:41:28.658Z"
The timestamp when last the update.
"2022-09-08T20:41:28.658Z"