Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
status page template found
Retrieves a specific status_page_template by id
curl --request GET \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3e1457a4-4a78-4ed3-a2c9-9ebc0f244425",
"type": "status_page_templates",
"attributes": {
"status_page_id": "d16818c4-5e8c-46fc-b5e0-b4bbe7147be5",
"title": "Reprehenderit",
"body": "Aliquam voluptatem accusamus ipsam.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-11-13T08:31:00.065-08:00",
"updated_at": "2025-11-13T08:31:00.065-08:00",
"kind": "normal"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
status page template found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3e1457a4-4a78-4ed3-a2c9-9ebc0f244425",
"type": "status_page_templates",
"attributes": {
"status_page_id": "d16818c4-5e8c-46fc-b5e0-b4bbe7147be5",
"title": "Reprehenderit",
"body": "Aliquam voluptatem accusamus ipsam.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-11-13T08:31:00.065-08:00",
"updated_at": "2025-11-13T08:31:00.065-08:00",
"kind": "normal"
}
}
}