Get a Status Page
Get a status page
GET
/
page
/
:id
Get an page by id
Path Parameters
id
string
requiredThe id of the page
Response
200 - application/json
id
number
requiredThe id of the page
title
string
requiredThe title of the page
description
string
requiredThe description of the page
slug
string
requiredThe slug of the page
customDomain
string | null
The custom domain of the page. To be configured within the dashboard.
icon
The icon of the page
passwordProtected
boolean
default: falseMake the page password protected. Used with the 'passwordProtected' property.
password
string | null
Your password to protect the page from the publi
showMonitorValues
boolean | null
Displays the total and failed request numbers for each monitor
monitors
The monitors of the page as an array of ids
Was this page helpful?