GET
/
v1
/
communications
/
types
/
{id}
Shows a communications type
curl --request GET \
  --url https://api.rootly.com/v1/communications/types/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "613c76c4-a64b-4643-8557-51cc14442a42",
    "type": "communications_types",
    "attributes": {
      "name": "xb901",
      "slug": "xb901",
      "description": "Omnis quisquam consectetur et.",
      "color": "#F4CFD1",
      "position": 1,
      "created_at": "2025-09-08T13:44:10.023-07:00",
      "updated_at": "2025-09-08T13:44:10.023-07:00",
      "communication_groups": [],
      "communication_templates": []
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Communications Type ID

Response

200
application/vnd.api+json

communications type found

The response is of type object.