GET
/
v1
/
templates
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "ae0e7006-9ebf-48b6-a873-c385be9ca079",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "cda02efa-eeec-4f0d-8449-a2691b39fb1b",
      "title": "Maiores",
      "body": "Dolore quia dolores et.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-06-19T04:18:03.444-07:00",
      "updated_at": "2025-06-19T04:18:03.444-07: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

200
application/vnd.api+json

status page template found

The response is of type object.