Skip to main content
GET
/
v1
/
templates
/
{id}
Retrieves a status page template
curl --request GET \
  --url https://api.rootly.com/v1/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "40e7de36-b878-47f6-a6c5-2593405c2076",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "1c789cbf-96ea-4e67-b54f-6008c1c1bfed",
      "title": "Tempora",
      "body": "Iure commodi quia voluptatum.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-11-27T00:12:54.331-08:00",
      "updated_at": "2025-11-27T00:12:54.331-08:00",
      "kind": "normal"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

status page template found

data
object
required