Retrieves a specific catalog by id
curl --request GET \
--url https://api.rootly.com/v1/catalogs/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "catalogs",
"attributes": {
"name": "<string>",
"icon": "globe-alt",
"position": 123,
"created_at": "<string>",
"updated_at": "<string>",
"description": "<string>"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
catalog found by slug
Show child attributes
Unique ID of the catalog
catalogs Show child attributes
globe-alt, server-stack, users, user-group, chart-bar, shapes, light-bulb, cursor-arrow-ripple Default position of the catalog when displayed in a list.
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/catalogs/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "catalogs",
"attributes": {
"name": "<string>",
"icon": "globe-alt",
"position": 123,
"created_at": "<string>",
"updated_at": "<string>",
"description": "<string>"
}
}
}