Shows details of a communications type
curl --request GET \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "8a3292b0-1943-4580-a2cd-1db90584b045",
"type": "communications_types",
"attributes": {
"name": "9e47d",
"slug": "9e47d",
"description": "Eum rem nisi fuga.",
"color": "#FAEBB7",
"position": 1,
"created_at": "2026-01-29T22:36:24.774-08:00",
"updated_at": "2026-01-29T22:36:24.774-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": "8a3292b0-1943-4580-a2cd-1db90584b045",
"type": "communications_types",
"attributes": {
"name": "9e47d",
"slug": "9e47d",
"description": "Eum rem nisi fuga.",
"color": "#FAEBB7",
"position": 1,
"created_at": "2026-01-29T22:36:24.774-08:00",
"updated_at": "2026-01-29T22:36:24.774-08:00",
"communication_groups": [],
"communication_templates": []
}
}
}