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": "c2bc370b-979f-43c9-944c-08a2395d3247",
"type": "status_page_templates",
"attributes": {
"status_page_id": "f014c9cf-74f3-473b-b5ef-ba3b632c9fc2",
"title": "Soluta",
"body": "Architecto voluptas a illum.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-09-16T17:18:10.504-07:00",
"updated_at": "2025-09-16T17:18:10.504-07: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": "c2bc370b-979f-43c9-944c-08a2395d3247",
"type": "status_page_templates",
"attributes": {
"status_page_id": "f014c9cf-74f3-473b-b5ef-ba3b632c9fc2",
"title": "Soluta",
"body": "Architecto voluptas a illum.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-09-16T17:18:10.504-07:00",
"updated_at": "2025-09-16T17:18:10.504-07:00",
"kind": "normal"
}
}
}