Shows details of a communications type
curl --request GET \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "06ce8b5a-ff2b-48ca-9ea3-ecbc04c3ed9a",
"type": "communications_types",
"attributes": {
"name": "sjc8h",
"slug": "sjc8h",
"description": "Est quisquam voluptatibus reprehenderit.",
"color": "#FAEBB7",
"position": 1,
"created_at": "2025-12-19T18:14:23.965-08:00",
"updated_at": "2025-12-19T18:14:23.965-08:00",
"communication_groups": [],
"communication_templates": []
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "06ce8b5a-ff2b-48ca-9ea3-ecbc04c3ed9a",
"type": "communications_types",
"attributes": {
"name": "sjc8h",
"slug": "sjc8h",
"description": "Est quisquam voluptatibus reprehenderit.",
"color": "#FAEBB7",
"position": 1,
"created_at": "2025-12-19T18:14:23.965-08:00",
"updated_at": "2025-12-19T18:14:23.965-08:00",
"communication_groups": [],
"communication_templates": []
}
}
}