Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Lists communications types
curl --request GET \
--url https://api.rootly.com/v1/communications/types \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "0e1342a3-0c5c-4904-a1fc-4ee9b0c421df",
"type": "communications_types",
"attributes": {
"name": "nxaky",
"slug": "nxaky",
"description": "Eum quis velit laboriosam.",
"color": "#D7E7F5",
"position": 1,
"created_at": "2025-10-18T00:48:59.631-07:00",
"updated_at": "2025-10-18T00:48:59.631-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "c1da7802-7c10-42a7-adc5-aa18e1412b18",
"type": "communications_types",
"attributes": {
"name": "2a4ei",
"slug": "2a4ei",
"description": "Officia sed voluptatem autem.",
"color": "#D7E7F5",
"position": 2,
"created_at": "2025-10-18T00:48:59.636-07:00",
"updated_at": "2025-10-18T00:48:59.636-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "052f97d4-4d58-48c0-95d0-96d6f3e03dfa",
"type": "communications_types",
"attributes": {
"name": "h3kpd",
"slug": "h3kpd",
"description": "Fugiat voluptas aliquid animi.",
"color": "#F5D9C4",
"position": 3,
"created_at": "2025-10-18T00:48:59.644-07:00",
"updated_at": "2025-10-18T00:48:59.644-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "74f02856-4081-4c54-93a2-d4773be61792",
"type": "communications_types",
"attributes": {
"name": "wqemr",
"slug": "wqemr",
"description": "Dolorem ipsam ducimus tempore.",
"color": "#F5D9C4",
"position": 4,
"created_at": "2025-10-18T00:48:59.650-07:00",
"updated_at": "2025-10-18T00:48:59.650-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "9bddc2f5-5775-4389-b5b1-ae8ac9d872dd",
"type": "communications_types",
"attributes": {
"name": "yv103",
"slug": "yv103",
"description": "Ipsam ea nostrum voluptatibus.",
"color": "#F5D9C4",
"position": 5,
"created_at": "2025-10-18T00:48:59.657-07:00",
"updated_at": "2025-10-18T00:48:59.657-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "53dcae9b-deb4-4aab-8014-6da588e01fe1",
"type": "communications_types",
"attributes": {
"name": "iq11z",
"slug": "iq11z",
"description": "Nihil dolor et temporibus.",
"color": "#FAEBB7",
"position": 6,
"created_at": "2025-10-18T00:48:59.664-07:00",
"updated_at": "2025-10-18T00:48:59.664-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "00adc20d-9b97-44b2-9334-99b4da578497",
"type": "communications_types",
"attributes": {
"name": "8n5nt",
"slug": "8n5nt",
"description": "Qui ut expedita ab.",
"color": "#D7F5E1",
"position": 7,
"created_at": "2025-10-18T00:48:59.670-07:00",
"updated_at": "2025-10-18T00:48:59.670-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "56a6bc39-b65b-47ff-84aa-fad5f6a7ad4b",
"type": "communications_types",
"attributes": {
"name": "5tw0c",
"slug": "5tw0c",
"description": "Sunt et quibusdam ea.",
"color": "#D7F5E1",
"position": 8,
"created_at": "2025-10-18T00:48:59.677-07:00",
"updated_at": "2025-10-18T00:48:59.677-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "e0c98abd-7bee-4e4e-b6bb-94668ff07c6b",
"type": "communications_types",
"attributes": {
"name": "qqiip",
"slug": "qqiip",
"description": "Qui odit quibusdam amet.",
"color": "#D7E7F5",
"position": 9,
"created_at": "2025-10-18T00:48:59.683-07:00",
"updated_at": "2025-10-18T00:48:59.683-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "1384902f-8d1e-4f6a-b2cc-7bd928e45807",
"type": "communications_types",
"attributes": {
"name": "g1djg",
"slug": "g1djg",
"description": "Corrupti voluptatem aut soluta.",
"color": "#F5D9C4",
"position": 10,
"created_at": "2025-10-18T00:48:59.690-07:00",
"updated_at": "2025-10-18T00:48:59.690-07:00",
"communication_groups": [],
"communication_templates": []
}
}
],
"links": {
"self": "http://www.example.com/v1/communications/types?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"first": "http://www.example.com/v1/communications/types?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"prev": null,
"next": null,
"last": "http://www.example.com/v1/communications/types?page%5Bnumber%5D=1&page%5Bsize%5D=50"
},
"meta": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_count": 10,
"total_pages": 1
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/communications/types \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "0e1342a3-0c5c-4904-a1fc-4ee9b0c421df",
"type": "communications_types",
"attributes": {
"name": "nxaky",
"slug": "nxaky",
"description": "Eum quis velit laboriosam.",
"color": "#D7E7F5",
"position": 1,
"created_at": "2025-10-18T00:48:59.631-07:00",
"updated_at": "2025-10-18T00:48:59.631-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "c1da7802-7c10-42a7-adc5-aa18e1412b18",
"type": "communications_types",
"attributes": {
"name": "2a4ei",
"slug": "2a4ei",
"description": "Officia sed voluptatem autem.",
"color": "#D7E7F5",
"position": 2,
"created_at": "2025-10-18T00:48:59.636-07:00",
"updated_at": "2025-10-18T00:48:59.636-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "052f97d4-4d58-48c0-95d0-96d6f3e03dfa",
"type": "communications_types",
"attributes": {
"name": "h3kpd",
"slug": "h3kpd",
"description": "Fugiat voluptas aliquid animi.",
"color": "#F5D9C4",
"position": 3,
"created_at": "2025-10-18T00:48:59.644-07:00",
"updated_at": "2025-10-18T00:48:59.644-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "74f02856-4081-4c54-93a2-d4773be61792",
"type": "communications_types",
"attributes": {
"name": "wqemr",
"slug": "wqemr",
"description": "Dolorem ipsam ducimus tempore.",
"color": "#F5D9C4",
"position": 4,
"created_at": "2025-10-18T00:48:59.650-07:00",
"updated_at": "2025-10-18T00:48:59.650-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "9bddc2f5-5775-4389-b5b1-ae8ac9d872dd",
"type": "communications_types",
"attributes": {
"name": "yv103",
"slug": "yv103",
"description": "Ipsam ea nostrum voluptatibus.",
"color": "#F5D9C4",
"position": 5,
"created_at": "2025-10-18T00:48:59.657-07:00",
"updated_at": "2025-10-18T00:48:59.657-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "53dcae9b-deb4-4aab-8014-6da588e01fe1",
"type": "communications_types",
"attributes": {
"name": "iq11z",
"slug": "iq11z",
"description": "Nihil dolor et temporibus.",
"color": "#FAEBB7",
"position": 6,
"created_at": "2025-10-18T00:48:59.664-07:00",
"updated_at": "2025-10-18T00:48:59.664-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "00adc20d-9b97-44b2-9334-99b4da578497",
"type": "communications_types",
"attributes": {
"name": "8n5nt",
"slug": "8n5nt",
"description": "Qui ut expedita ab.",
"color": "#D7F5E1",
"position": 7,
"created_at": "2025-10-18T00:48:59.670-07:00",
"updated_at": "2025-10-18T00:48:59.670-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "56a6bc39-b65b-47ff-84aa-fad5f6a7ad4b",
"type": "communications_types",
"attributes": {
"name": "5tw0c",
"slug": "5tw0c",
"description": "Sunt et quibusdam ea.",
"color": "#D7F5E1",
"position": 8,
"created_at": "2025-10-18T00:48:59.677-07:00",
"updated_at": "2025-10-18T00:48:59.677-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "e0c98abd-7bee-4e4e-b6bb-94668ff07c6b",
"type": "communications_types",
"attributes": {
"name": "qqiip",
"slug": "qqiip",
"description": "Qui odit quibusdam amet.",
"color": "#D7E7F5",
"position": 9,
"created_at": "2025-10-18T00:48:59.683-07:00",
"updated_at": "2025-10-18T00:48:59.683-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "1384902f-8d1e-4f6a-b2cc-7bd928e45807",
"type": "communications_types",
"attributes": {
"name": "g1djg",
"slug": "g1djg",
"description": "Corrupti voluptatem aut soluta.",
"color": "#F5D9C4",
"position": 10,
"created_at": "2025-10-18T00:48:59.690-07:00",
"updated_at": "2025-10-18T00:48:59.690-07:00",
"communication_groups": [],
"communication_templates": []
}
}
],
"links": {
"self": "http://www.example.com/v1/communications/types?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"first": "http://www.example.com/v1/communications/types?page%5Bnumber%5D=1&page%5Bsize%5D=50",
"prev": null,
"next": null,
"last": "http://www.example.com/v1/communications/types?page%5Bnumber%5D=1&page%5Bsize%5D=50"
},
"meta": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_count": 10,
"total_pages": 1
}
}