Skip to content
CC Developer Portal
Search
K
Main Navigation
Home
Getting Started
Extensions
Connectors
SDK
API
Webhooks
Changelog
Appearance
Menu
Return to top
On this page
Are you an LLM? You can read better optimized documentation at /docs/api/operations/community/getCategory.md for this page in Markdown format
Find a category by ID
Categories
Finds a category by ID
GET
/categories/{id}
Parameters
Path Parameters
id
*
ID of the category
Type
string
Required
Responses
200
422
500
Successful response
Content-Type
application/json
Schema
JSON
JSON
{
"id"
:
"string"
,
"name"
:
"string"
,
"order"
:
0
}
Samples