Shows details of a communications type
curl --request GET \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "a48199d5-be5e-48e6-80fd-e464ed3a7dff",
"type": "communications_types",
"attributes": {
"name": "wfe8a",
"slug": "wfe8a",
"description": "Neque ea odit reiciendis.",
"color": "#D7F5E1",
"position": 1,
"created_at": "2025-08-19T10:19:11.852-07:00",
"updated_at": "2025-08-19T10:19:11.852-07:00",
"communication_groups": [],
"communication_templates": []
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Communications Type ID
communications type found
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "a48199d5-be5e-48e6-80fd-e464ed3a7dff",
"type": "communications_types",
"attributes": {
"name": "wfe8a",
"slug": "wfe8a",
"description": "Neque ea odit reiciendis.",
"color": "#D7F5E1",
"position": 1,
"created_at": "2025-08-19T10:19:11.852-07:00",
"updated_at": "2025-08-19T10:19:11.852-07:00",
"communication_groups": [],
"communication_templates": []
}
}
}