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": "d12267e5-f447-44d6-bdc3-515ddfc03000",
"type": "status_page_templates",
"attributes": {
"status_page_id": "62867263-5ef0-4f07-bc30-02d3fd4f58b2",
"title": "Itaque",
"body": "Sint et quo fugiat.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-12-04T10:28:18.801-08:00",
"updated_at": "2025-12-04T10:28:18.802-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": "d12267e5-f447-44d6-bdc3-515ddfc03000",
"type": "status_page_templates",
"attributes": {
"status_page_id": "62867263-5ef0-4f07-bc30-02d3fd4f58b2",
"title": "Itaque",
"body": "Sint et quo fugiat.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-12-04T10:28:18.801-08:00",
"updated_at": "2025-12-04T10:28:18.802-08:00",
"kind": "normal"
}
}
}