Skip to main content
POST
/
status-pages

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

The name of the status page

slug
string
required

The slug for the status page URL

description
string
required

The description of the status page

projectId
string
required

The ID of the project this status page belongs to

isPublic
boolean
default:false
required

Whether the status page is public

theme
string
default:light
required

The theme of the status page

customDomain
string
required

The custom domain for the status page

customCss
string
required

Custom CSS for the status page

customJs
string
required

Custom JavaScript for the status page

Response

The status page has been successfully created.