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": "355325d4-52af-4f7a-8bb5-0efc30628246",
"type": "status_page_templates",
"attributes": {
"status_page_id": "875192c9-28d9-44a8-8b94-d4cb59b7a48c",
"title": "Veritatis",
"body": "Similique et recusandae omnis.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-10-08T19:37:23.190-07:00",
"updated_at": "2025-10-08T19:37:23.190-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": "355325d4-52af-4f7a-8bb5-0efc30628246",
"type": "status_page_templates",
"attributes": {
"status_page_id": "875192c9-28d9-44a8-8b94-d4cb59b7a48c",
"title": "Veritatis",
"body": "Similique et recusandae omnis.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-10-08T19:37:23.190-07:00",
"updated_at": "2025-10-08T19:37:23.190-07:00",
"kind": "normal"
}
}
}