Shows details of a communications type
curl --request GET \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3df9d5e7-030e-42dc-bc6e-727e458cf171",
"type": "communications_types",
"attributes": {
"name": "jwmpv",
"slug": "jwmpv",
"description": "Est facere consequuntur modi.",
"color": "#D7F5E1",
"position": 1,
"created_at": "2026-02-19T02:22:48.621-08:00",
"updated_at": "2026-02-19T02:22:48.621-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": "3df9d5e7-030e-42dc-bc6e-727e458cf171",
"type": "communications_types",
"attributes": {
"name": "jwmpv",
"slug": "jwmpv",
"description": "Est facere consequuntur modi.",
"color": "#D7F5E1",
"position": 1,
"created_at": "2026-02-19T02:22:48.621-08:00",
"updated_at": "2026-02-19T02:22:48.621-08:00",
"communication_groups": [],
"communication_templates": []
}
}
}