POST
/
v1
/
status-pages
curl --request POST \
  --url https://api.rootly.com/v1/status-pages \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/vnd.api+json'
{
  "data": {
    "id": "a9b26ed4-b97d-4f39-8a88-2fbdec15f883",
    "type": "status_pages",
    "attributes": {
      "title": "My Status Page",
      "public_title": null,
      "description": "My Status Page description",
      "public_description": null,
      "header_color": "#0061F2",
      "footer_color": "#1F2F41",
      "allow_search_engine_index": true,
      "public": false,
      "website_url": null,
      "website_privacy_url": null,
      "website_support_url": null,
      "ga_tracking_id": null,
      "time_zone": "Etc/UTC",
      "success_message": "All Systems Operational",
      "failure_message": "Something's not quite right",
      "authentication_enabled": false,
      "authentication_password": "[REDACTED]",
      "enabled": true,
      "functionality_ids": [
        "c1b32411-07c6-4188-a3cc-8c6da4b6f10c"
      ],
      "service_ids": [
        "0cbc8052-5ad4-4bdd-afef-b3e9f3888304"
      ],
      "allow_email_subscribers": true,
      "allow_sms_subscribers": true,
      "allow_rss_atom_feeds": true,
      "show_uptime": true,
      "show_uptime_last_days": 30,
      "created_at": "2025-03-05T15:13:22.711-08:00",
      "updated_at": "2025-03-05T15:13:22.711-08:00"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/vnd.api+json
data
object
required

Response

201
application/vnd.api+json
status_page created
data
object
required