v1
latestOpenAPI 3.0.12026-07-141671231.8 MBCategories
Retrieve a category
This endpoint returns a specific category.
ℹ️ This endpoint requires one of the following scopes: categories:all, categories:readonly
get/api/external/v2/categories/{id}
Path parameters
idstring required
The unique identifier of the category
Response
Returns a category
Example response
{
"id": 42,
"label": "Alimentaire",
"created_at": "2023-08-30T10:08:08.146343Z",
"updated_at": "2023-08-30T10:08:08.146343Z",
"category_group": {
"id": 348
},
"analytical_code": "CODE123"
}