curl --request GET \
--url https://api.checklyhq.com/v1/status-pages \
--header 'Authorization: Bearer <token>'{
"length": 123,
"entries": [
{
"name": "<string>",
"url": "<string>",
"id": "<string>",
"accountId": "<string>",
"created_at": "2023-12-25",
"customDomain": "<string>",
"themeColors": {
"light": {
"bodyBackgroundColor": "<string>",
"headerBackgroundColor": "<string>",
"headerFontColor": "<string>",
"titleFontColor": "<string>",
"bodyFontColor": "<string>",
"bodyFontColorMuted": "<string>",
"navigationFontColor": "<string>",
"linkFontColor": "<string>",
"cardBackgroundColor": "<string>",
"borderColor": "<string>",
"primaryButtonBackgroundColor": "<string>",
"primaryButtonFontColor": "<string>"
},
"dark": {
"bodyBackgroundColor": "<string>",
"headerBackgroundColor": "<string>",
"headerFontColor": "<string>",
"titleFontColor": "<string>",
"bodyFontColor": "<string>",
"bodyFontColorMuted": "<string>",
"navigationFontColor": "<string>",
"linkFontColor": "<string>",
"cardBackgroundColor": "<string>",
"borderColor": "<string>",
"primaryButtonBackgroundColor": "<string>",
"primaryButtonFontColor": "<string>"
}
},
"logo": "<string>",
"redirectTo": "<string>",
"favicon": "<string>",
"defaultTheme": "AUTO",
"cards": [
{
"id": "<string>",
"name": "<string>",
"created_at": "2023-12-25",
"services": [
{
"name": "<string>",
"id": "<string>",
"accountId": "<string>",
"created_at": "2023-12-25",
"updated_at": "2023-12-25",
"checks": [
{
"id": "<string>",
"name": "<string>"
}
]
}
],
"updated_at": "2023-12-25"
}
],
"updated_at": "2023-12-25",
"incidents": [
{
"name": "<string>",
"severity": "CRITICAL",
"id": "<string>",
"services": [
{
"name": "<string>",
"id": "<string>",
"accountId": "<string>",
"created_at": "2023-12-25",
"updated_at": "2023-12-25",
"checks": [
{
"id": "<string>",
"name": "<string>"
}
]
}
],
"lastUpdateStatus": "INVESTIGATING",
"created_at": "2023-12-25",
"incidentUpdates": [
{
"description": "<string>",
"id": "<string>",
"created_at": "2023-12-25",
"status": "INVESTIGATING",
"publicIncidentUpdateDate": "2025-12-05T02:37:44.791Z",
"notifySubscribers": false
}
],
"updated_at": "2023-12-25"
}
]
}
],
"nextId": "<string>"
}Get all status pages for an account.
curl --request GET \
--url https://api.checklyhq.com/v1/status-pages \
--header 'Authorization: Bearer <token>'{
"length": 123,
"entries": [
{
"name": "<string>",
"url": "<string>",
"id": "<string>",
"accountId": "<string>",
"created_at": "2023-12-25",
"customDomain": "<string>",
"themeColors": {
"light": {
"bodyBackgroundColor": "<string>",
"headerBackgroundColor": "<string>",
"headerFontColor": "<string>",
"titleFontColor": "<string>",
"bodyFontColor": "<string>",
"bodyFontColorMuted": "<string>",
"navigationFontColor": "<string>",
"linkFontColor": "<string>",
"cardBackgroundColor": "<string>",
"borderColor": "<string>",
"primaryButtonBackgroundColor": "<string>",
"primaryButtonFontColor": "<string>"
},
"dark": {
"bodyBackgroundColor": "<string>",
"headerBackgroundColor": "<string>",
"headerFontColor": "<string>",
"titleFontColor": "<string>",
"bodyFontColor": "<string>",
"bodyFontColorMuted": "<string>",
"navigationFontColor": "<string>",
"linkFontColor": "<string>",
"cardBackgroundColor": "<string>",
"borderColor": "<string>",
"primaryButtonBackgroundColor": "<string>",
"primaryButtonFontColor": "<string>"
}
},
"logo": "<string>",
"redirectTo": "<string>",
"favicon": "<string>",
"defaultTheme": "AUTO",
"cards": [
{
"id": "<string>",
"name": "<string>",
"created_at": "2023-12-25",
"services": [
{
"name": "<string>",
"id": "<string>",
"accountId": "<string>",
"created_at": "2023-12-25",
"updated_at": "2023-12-25",
"checks": [
{
"id": "<string>",
"name": "<string>"
}
]
}
],
"updated_at": "2023-12-25"
}
],
"updated_at": "2023-12-25",
"incidents": [
{
"name": "<string>",
"severity": "CRITICAL",
"id": "<string>",
"services": [
{
"name": "<string>",
"id": "<string>",
"accountId": "<string>",
"created_at": "2023-12-25",
"updated_at": "2023-12-25",
"checks": [
{
"id": "<string>",
"name": "<string>"
}
]
}
],
"lastUpdateStatus": "INVESTIGATING",
"created_at": "2023-12-25",
"incidentUpdates": [
{
"description": "<string>",
"id": "<string>",
"created_at": "2023-12-25",
"status": "INVESTIGATING",
"publicIncidentUpdateDate": "2025-12-05T02:37:44.791Z",
"notifySubscribers": false
}
],
"updated_at": "2023-12-25"
}
]
}
],
"nextId": "<string>"
}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]"
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Successful
Show child attributes
A custom user domain, e.g. "status.example.com". See the docs on updating your DNS and SSL usage.
Show child attributes
Show child attributes
Show child attributes
LIGHT, DARK, AUTO Show child attributes
Show child attributes
Show child attributes
255CRITICAL, MAJOR, MEDIUM, MINOR 1Show child attributes
INVESTIGATING, IDENTIFIED, MONITORING, RESOLVED Show child attributes
INVESTIGATING, IDENTIFIED, MONITORING, RESOLVED Was this page helpful?