GET
/
v1
/
templates
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "641f0894-2255-40ac-a54c-c733f1fe59fc",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "72b74cef-93e3-418c-a298-b12de67c414d",
      "title": "Blanditiis",
      "body": "Id autem accusamus quidem.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-04-18T18:23:44.558-07:00",
      "updated_at": "2025-04-18T18:23:44.558-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
data
object
required