GET
/
v1
/
templates
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "9a13a37b-7572-4609-98f7-f33ca80a9a0d",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "6ca938d8-1009-4b80-aad2-41a56d7481b9",
      "title": "Quia",
      "body": "Velit temporibus asperiores esse.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-05-29T17:48:54.496-07:00",
      "updated_at": "2025-05-29T17:48:54.496-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.