Skip to main content
GET
/
api
/
v1
/
status-pages
/
{id}
/
customization
Get customization for a status page
curl --request GET \
  --url https://api.example.com/api/v1/status-pages/{id}/customization
{
  "id": "<string>",
  "statusPageId": "<string>",
  "useDarkTheme": true,
  "shadowStyle": "<string>",
  "borderRadiusStyle": "<string>",
  "showSubscriptionButton": true,
  "showRecentUpdatesSection": true,
  "hideHeaderName": true,
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "primaryColor": "<string>",
  "accentColor": "<string>",
  "backgroundColor": "<string>",
  "foregroundColor": "<string>",
  "primaryForegroundColor": "<string>",
  "cardColor": "<string>",
  "cardForegroundColor": "<string>",
  "mutedColor": "<string>",
  "mutedForegroundColor": "<string>",
  "borderColor": "<string>",
  "textColor": "<string>",
  "defaultLanguage": "<string>",
  "headerDisplayName": "<string>",
  "customCss": "<string>",
  "customHeaderHtml": "<string>",
  "customFooterHtml": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://getmonitor.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Response

200 - application/json
object | null

Status page customization

id
string
required
statusPageId
string
required
useDarkTheme
boolean
required
shadowStyle
string
required
borderRadiusStyle
string
required
showSubscriptionButton
boolean
required
showRecentUpdatesSection
boolean
required
hideHeaderName
boolean
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
primaryColor
string | null
accentColor
string | null
backgroundColor
string | null
foregroundColor
string | null
primaryForegroundColor
string | null
cardColor
string | null
cardForegroundColor
string | null
mutedColor
string | null
mutedForegroundColor
string | null
borderColor
string | null
textColor
string | null
defaultLanguage
string | null
headerDisplayName
string | null
customCss
string | null
customHeaderHtml
string | null