GET
/
v1
/
templates
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "ea994732-8b84-4553-8082-e7e28f256967",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "bd673165-0948-4d96-a27f-c3f8627c90f5",
      "title": "Autem",
      "body": "Tempore adipisci atque asperiores.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-03-19T07:55:44.687-07:00",
      "updated_at": "2025-03-19T07:55:44.687-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