Status Pages
Get a status page
Get a status page by ID
GET
/
uptime
/
status-pages
/
{statusPageId}
Please be aware that the Phare API is currently in beta and is subject to change.
Authorizations
Authorization
string
headerrequiredUse a user token to access authenticated routes. The token must be specified in the Authorization HTTP header with the following format 'Authorization: Bearer <token>'.
Path Parameters
statusPageId
integer
requiredID of the status page to show
Response
200 - application/json
name
string
requiredStatus page name
title
string
requiredStatus page HTML title
description
string
requiredStatus page HTML description
search_engine_indexed
boolean
requiredWhether search engines are allowed to index the page
website_url
string
requiredURL to redirect users clicking the status page logo
colors
object
requiredColors to customize the status page
components
object[]
requiredList of components to show on the status page
id
number
Status page ID
project_id
number
Parent project ID
subdomain
string
Subdomain name for the status page, hosted on a phare.io domain: {subdomain}.status.phare.io
domain
string | null
Custom domain name for the status page
logo_url
string | null
URL of the uploaded logo
created_at
string
Date of creation for the entity
updated_at
string
Date of last update for the entity
Was this page helpful?