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": "ebdbd240-bb52-4e36-ab94-e062ab1535ba",
"type": "communications_types",
"attributes": {
"name": "h7dfm",
"slug": "h7dfm",
"description": "Aut alias dolorem corporis.",
"color": "#FAEBB7",
"position": 1,
"created_at": "2025-09-26T17:24:26.877-07:00",
"updated_at": "2025-09-26T17:24:26.877-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "41e5fb11-67cc-4fb3-87b9-528bfbf7f1b1",
"type": "communications_types",
"attributes": {
"name": "e4u0l",
"slug": "e4u0l",
"description": "Qui fugit molestiae error.",
"color": "#F4CFD1",
"position": 2,
"created_at": "2025-09-26T17:24:26.882-07:00",
"updated_at": "2025-09-26T17:24:26.882-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "6be17250-d4a3-430e-8ebf-0da41a7ed68c",
"type": "communications_types",
"attributes": {
"name": "sn73a",
"slug": "sn73a",
"description": "Occaecati rerum possimus deserunt.",
"color": "#F5D9C4",
"position": 3,
"created_at": "2025-09-26T17:24:26.889-07:00",
"updated_at": "2025-09-26T17:24:26.889-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "3f818481-bc0a-42f4-ba2e-bba2cfdfa297",
"type": "communications_types",
"attributes": {
"name": "j4e7i",
"slug": "j4e7i",
"description": "Sit sed fugit ut.",
"color": "#F4CFD1",
"position": 4,
"created_at": "2025-09-26T17:24:26.895-07:00",
"updated_at": "2025-09-26T17:24:26.895-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "3dd91e6d-4119-4bca-b964-5152d6717324",
"type": "communications_types",
"attributes": {
"name": "amh71",
"slug": "amh71",
"description": "Quia et minima non.",
"color": "#F4CFD1",
"position": 5,
"created_at": "2025-09-26T17:24:26.901-07:00",
"updated_at": "2025-09-26T17:24:26.901-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "1cdb02fb-f734-4db8-bd3d-0e5ab0b74ae6",
"type": "communications_types",
"attributes": {
"name": "3duq0",
"slug": "3duq0",
"description": "Ut fugiat asperiores non.",
"color": "#D7F5E1",
"position": 6,
"created_at": "2025-09-26T17:24:26.906-07:00",
"updated_at": "2025-09-26T17:24:26.906-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "67f860f0-dd03-403e-b2ee-5519cd019297",
"type": "communications_types",
"attributes": {
"name": "u83ti",
"slug": "u83ti",
"description": "Animi voluptatem sit laboriosam.",
"color": "#F5D9C4",
"position": 7,
"created_at": "2025-09-26T17:24:26.912-07:00",
"updated_at": "2025-09-26T17:24:26.912-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "feb4443e-cecf-4787-ae85-ebc9f71decf6",
"type": "communications_types",
"attributes": {
"name": "od9wv",
"slug": "od9wv",
"description": "Officia optio velit et.",
"color": "#F4CFD1",
"position": 8,
"created_at": "2025-09-26T17:24:26.918-07:00",
"updated_at": "2025-09-26T17:24:26.918-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "202a98b7-5e89-40a6-b079-6095e9bbe303",
"type": "communications_types",
"attributes": {
"name": "8i2db",
"slug": "8i2db",
"description": "Et voluptatem et officiis.",
"color": "#FAEBB7",
"position": 9,
"created_at": "2025-09-26T17:24:26.923-07:00",
"updated_at": "2025-09-26T17:24:26.923-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "e1628c05-ff90-479a-8ec3-0f101e885321",
"type": "communications_types",
"attributes": {
"name": "3tdt1",
"slug": "3tdt1",
"description": "Nihil quos aliquam aperiam.",
"color": "#D7F5E1",
"position": 10,
"created_at": "2025-09-26T17:24:26.929-07:00",
"updated_at": "2025-09-26T17:24:26.929-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": "ebdbd240-bb52-4e36-ab94-e062ab1535ba",
"type": "communications_types",
"attributes": {
"name": "h7dfm",
"slug": "h7dfm",
"description": "Aut alias dolorem corporis.",
"color": "#FAEBB7",
"position": 1,
"created_at": "2025-09-26T17:24:26.877-07:00",
"updated_at": "2025-09-26T17:24:26.877-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "41e5fb11-67cc-4fb3-87b9-528bfbf7f1b1",
"type": "communications_types",
"attributes": {
"name": "e4u0l",
"slug": "e4u0l",
"description": "Qui fugit molestiae error.",
"color": "#F4CFD1",
"position": 2,
"created_at": "2025-09-26T17:24:26.882-07:00",
"updated_at": "2025-09-26T17:24:26.882-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "6be17250-d4a3-430e-8ebf-0da41a7ed68c",
"type": "communications_types",
"attributes": {
"name": "sn73a",
"slug": "sn73a",
"description": "Occaecati rerum possimus deserunt.",
"color": "#F5D9C4",
"position": 3,
"created_at": "2025-09-26T17:24:26.889-07:00",
"updated_at": "2025-09-26T17:24:26.889-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "3f818481-bc0a-42f4-ba2e-bba2cfdfa297",
"type": "communications_types",
"attributes": {
"name": "j4e7i",
"slug": "j4e7i",
"description": "Sit sed fugit ut.",
"color": "#F4CFD1",
"position": 4,
"created_at": "2025-09-26T17:24:26.895-07:00",
"updated_at": "2025-09-26T17:24:26.895-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "3dd91e6d-4119-4bca-b964-5152d6717324",
"type": "communications_types",
"attributes": {
"name": "amh71",
"slug": "amh71",
"description": "Quia et minima non.",
"color": "#F4CFD1",
"position": 5,
"created_at": "2025-09-26T17:24:26.901-07:00",
"updated_at": "2025-09-26T17:24:26.901-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "1cdb02fb-f734-4db8-bd3d-0e5ab0b74ae6",
"type": "communications_types",
"attributes": {
"name": "3duq0",
"slug": "3duq0",
"description": "Ut fugiat asperiores non.",
"color": "#D7F5E1",
"position": 6,
"created_at": "2025-09-26T17:24:26.906-07:00",
"updated_at": "2025-09-26T17:24:26.906-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "67f860f0-dd03-403e-b2ee-5519cd019297",
"type": "communications_types",
"attributes": {
"name": "u83ti",
"slug": "u83ti",
"description": "Animi voluptatem sit laboriosam.",
"color": "#F5D9C4",
"position": 7,
"created_at": "2025-09-26T17:24:26.912-07:00",
"updated_at": "2025-09-26T17:24:26.912-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "feb4443e-cecf-4787-ae85-ebc9f71decf6",
"type": "communications_types",
"attributes": {
"name": "od9wv",
"slug": "od9wv",
"description": "Officia optio velit et.",
"color": "#F4CFD1",
"position": 8,
"created_at": "2025-09-26T17:24:26.918-07:00",
"updated_at": "2025-09-26T17:24:26.918-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "202a98b7-5e89-40a6-b079-6095e9bbe303",
"type": "communications_types",
"attributes": {
"name": "8i2db",
"slug": "8i2db",
"description": "Et voluptatem et officiis.",
"color": "#FAEBB7",
"position": 9,
"created_at": "2025-09-26T17:24:26.923-07:00",
"updated_at": "2025-09-26T17:24:26.923-07:00",
"communication_groups": [],
"communication_templates": []
}
},
{
"id": "e1628c05-ff90-479a-8ec3-0f101e885321",
"type": "communications_types",
"attributes": {
"name": "3tdt1",
"slug": "3tdt1",
"description": "Nihil quos aliquam aperiam.",
"color": "#D7F5E1",
"position": 10,
"created_at": "2025-09-26T17:24:26.929-07:00",
"updated_at": "2025-09-26T17:24:26.929-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
}
}