v1

latestOpenAPI 3.0.12026-07-141671231.8 MB
Categories

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

idinteger required
labelstring required
created_atstring date-time required
updated_atstring date-time required
analytical_codestring nullable required

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"
}