Skip to main content
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": "43282bba-bcff-49e6-baab-a3a648ada862",
    "type": "communications_types",
    "attributes": {
      "name": "eois8",
      "slug": "eois8",
      "description": "Aperiam neque autem ut.",
      "color": "#F4CFD1",
      "position": 1,
      "created_at": "2025-11-06T13:20:54.209-08:00",
      "updated_at": "2025-11-06T13:20:54.209-08: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

communications type found

data
object
required