Lists communications types
curl --request GET \
--url https://api.rootly.com/v1/communications/types \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "5bc373e7-4ebf-43bc-aaec-24ef130bf534",
"type": "communications_types",
"attributes": {
"name": "cfdvy",
"slug": "cfdvy",
"description": "Dolores quaerat est sed.",
"color": "#D7E7F5",
"position": 1,
"created_at": "2025-12-18T18:56:08.905-08:00",
"updated_at": "2025-12-18T18:56:08.905-08:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "22757ba6-4db4-4be8-bc4f-5a43e9fb6ab0",
"type": "communications_types",
"attributes": {
"name": "955wq",
"slug": "955wq",
"description": "Accusamus sit sequi dolorem.",
"color": "#F5D9C4",
"position": 2,
"created_at": "2025-12-18T18:56:08.909-08:00",
"updated_at": "2025-12-18T18:56:08.909-08:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "d976c12d-22d4-440e-a8b9-e35cb84587ad",
"type": "communications_types",
"attributes": {
"name": "7ywvp",
"slug": "7ywvp",
"description": "Sint corrupti autem perspiciatis.",
"color": "#D7F5E1",
"position": 3,
"created_at": "2025-12-18T18:56:08.914-08:00",
"updated_at": "2025-12-18T18:56:08.914-08:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "563dd63b-fb92-4b6b-b781-6f768327eef6",
"type": "communications_types",
"attributes": {
"name": "ogvtm",
"slug": "ogvtm",
"description": "Tenetur quod aut aut.",
"color": "#D7E7F5",
"position": 4,
"created_at": "2025-12-18T18:56:08.918-08:00",
"updated_at": "2025-12-18T18:56:08.918-08:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "1411aebc-a7e9-44a2-a474-c534c67ee1df",
"type": "communications_types",
"attributes": {
"name": "3vyi1",
"slug": "3vyi1",
"description": "Incidunt et et fugiat.",
"color": "#F4CFD1",
"position": 5,
"created_at": "2025-12-18T18:56:08.923-08:00",
"updated_at": "2025-12-18T18:56:08.923-08:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "2ad55b8e-b636-4605-8fb6-6dfa18ab6610",
"type": "communications_types",
"attributes": {
"name": "gfoog",
"slug": "gfoog",
"description": "Quia est atque culpa.",
"color": "#FAEBB7",
"position": 6,
"created_at": "2025-12-18T18:56:08.927-08:00",
"updated_at": "2025-12-18T18:56:08.927-08:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "e4b020cc-9ca7-4103-83b6-8775513d965a",
"type": "communications_types",
"attributes": {
"name": "cdeok",
"slug": "cdeok",
"description": "Commodi iste nisi nesciunt.",
"color": "#D7F5E1",
"position": 7,
"created_at": "2025-12-18T18:56:08.931-08:00",
"updated_at": "2025-12-18T18:56:08.931-08:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "ce3df8b3-e250-45f5-ba99-3bccd8b08f52",
"type": "communications_types",
"attributes": {
"name": "iweom",
"slug": "iweom",
"description": "Modi aliquid sunt id.",
"color": "#D7F5E1",
"position": 8,
"created_at": "2025-12-18T18:56:08.935-08:00",
"updated_at": "2025-12-18T18:56:08.935-08:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "e112bae8-bc9a-4039-8df8-ce2822dec867",
"type": "communications_types",
"attributes": {
"name": "j3pgs",
"slug": "j3pgs",
"description": "Sequi magnam ad voluptas.",
"color": "#F5D9C4",
"position": 9,
"created_at": "2025-12-18T18:56:08.940-08:00",
"updated_at": "2025-12-18T18:56:08.940-08:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "2ec1b420-0344-4da0-b5b4-eba9197ec5ed",
"type": "communications_types",
"attributes": {
"name": "if8ec",
"slug": "if8ec",
"description": "Quo qui sit praesentium.",
"color": "#D7F5E1",
"position": 10,
"created_at": "2025-12-18T18:56:08.944-08:00",
"updated_at": "2025-12-18T18:56:08.944-08: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": "5bc373e7-4ebf-43bc-aaec-24ef130bf534",
"type": "communications_types",
"attributes": {
"name": "cfdvy",
"slug": "cfdvy",
"description": "Dolores quaerat est sed.",
"color": "#D7E7F5",
"position": 1,
"created_at": "2025-12-18T18:56:08.905-08:00",
"updated_at": "2025-12-18T18:56:08.905-08:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "22757ba6-4db4-4be8-bc4f-5a43e9fb6ab0",
"type": "communications_types",
"attributes": {
"name": "955wq",
"slug": "955wq",
"description": "Accusamus sit sequi dolorem.",
"color": "#F5D9C4",
"position": 2,
"created_at": "2025-12-18T18:56:08.909-08:00",
"updated_at": "2025-12-18T18:56:08.909-08:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "d976c12d-22d4-440e-a8b9-e35cb84587ad",
"type": "communications_types",
"attributes": {
"name": "7ywvp",
"slug": "7ywvp",
"description": "Sint corrupti autem perspiciatis.",
"color": "#D7F5E1",
"position": 3,
"created_at": "2025-12-18T18:56:08.914-08:00",
"updated_at": "2025-12-18T18:56:08.914-08:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "563dd63b-fb92-4b6b-b781-6f768327eef6",
"type": "communications_types",
"attributes": {
"name": "ogvtm",
"slug": "ogvtm",
"description": "Tenetur quod aut aut.",
"color": "#D7E7F5",
"position": 4,
"created_at": "2025-12-18T18:56:08.918-08:00",
"updated_at": "2025-12-18T18:56:08.918-08:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "1411aebc-a7e9-44a2-a474-c534c67ee1df",
"type": "communications_types",
"attributes": {
"name": "3vyi1",
"slug": "3vyi1",
"description": "Incidunt et et fugiat.",
"color": "#F4CFD1",
"position": 5,
"created_at": "2025-12-18T18:56:08.923-08:00",
"updated_at": "2025-12-18T18:56:08.923-08:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "2ad55b8e-b636-4605-8fb6-6dfa18ab6610",
"type": "communications_types",
"attributes": {
"name": "gfoog",
"slug": "gfoog",
"description": "Quia est atque culpa.",
"color": "#FAEBB7",
"position": 6,
"created_at": "2025-12-18T18:56:08.927-08:00",
"updated_at": "2025-12-18T18:56:08.927-08:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "e4b020cc-9ca7-4103-83b6-8775513d965a",
"type": "communications_types",
"attributes": {
"name": "cdeok",
"slug": "cdeok",
"description": "Commodi iste nisi nesciunt.",
"color": "#D7F5E1",
"position": 7,
"created_at": "2025-12-18T18:56:08.931-08:00",
"updated_at": "2025-12-18T18:56:08.931-08:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "ce3df8b3-e250-45f5-ba99-3bccd8b08f52",
"type": "communications_types",
"attributes": {
"name": "iweom",
"slug": "iweom",
"description": "Modi aliquid sunt id.",
"color": "#D7F5E1",
"position": 8,
"created_at": "2025-12-18T18:56:08.935-08:00",
"updated_at": "2025-12-18T18:56:08.935-08:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "e112bae8-bc9a-4039-8df8-ce2822dec867",
"type": "communications_types",
"attributes": {
"name": "j3pgs",
"slug": "j3pgs",
"description": "Sequi magnam ad voluptas.",
"color": "#F5D9C4",
"position": 9,
"created_at": "2025-12-18T18:56:08.940-08:00",
"updated_at": "2025-12-18T18:56:08.940-08:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "2ec1b420-0344-4da0-b5b4-eba9197ec5ed",
"type": "communications_types",
"attributes": {
"name": "if8ec",
"slug": "if8ec",
"description": "Quo qui sit praesentium.",
"color": "#D7F5E1",
"position": 10,
"created_at": "2025-12-18T18:56:08.944-08:00",
"updated_at": "2025-12-18T18:56:08.944-08: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
}
}