Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Communications Type ID
Response
communications type found
Shows details of a communications type
curl --request GET \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "9d03b12b-156e-49e6-8113-5138d39b5670",
"type": "communications_types",
"attributes": {
"name": "3ryph",
"slug": "3ryph",
"description": "Velit praesentium et incidunt.",
"color": "#F4CFD1",
"position": 1,
"created_at": "2025-11-28T18:08:04.246-08:00",
"updated_at": "2025-11-28T18:08:04.246-08: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
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/communications/types/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "9d03b12b-156e-49e6-8113-5138d39b5670",
"type": "communications_types",
"attributes": {
"name": "3ryph",
"slug": "3ryph",
"description": "Velit praesentium et incidunt.",
"color": "#F4CFD1",
"position": 1,
"created_at": "2025-11-28T18:08:04.246-08:00",
"updated_at": "2025-11-28T18:08:04.246-08:00",
"communication_groups": [],
"communication_templates": []
}
}
}