v1
latestOpenAPI 3.0.02026-07-133916139.4 KBpage
List all status pages
get/page
Response
A list of your status pages
Example response
[
{
"id": 1,
"title": "My Page",
"description": "My awesome status page",
"slug": "my-page",
"customDomain": "status.acme.com",
"passwordProtected": true,
"accessType": "public",
"password": "hidden-password",
"authEmailDomains": [
"example.com",
"example.org"
],
"showMonitorValues": true,
"monitors": [
1,
2
]
}
]