GET
/
v1
/
communications
/
types
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/communications/types/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "ebd167ff-36aa-40e3-85c2-2e27d2a49b17",
    "type": "communications_types",
    "attributes": {
      "name": "49dqd",
      "slug": "49dqd",
      "description": "Tempore facilis ratione voluptatem.",
      "color": "#F4CFD1",
      "position": 1,
      "created_at": "2025-07-09T01:14:13.891-07:00",
      "updated_at": "2025-07-09T01:14:13.891-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.