Skip to main content
GET
/
status-pages
Get all status pages
curl --request GET \
  --url https://api.example.com/status-pages \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

projectId
string

Filter status pages by project ID

Response

Return all status pages.