v1

latestOpenAPI 3.1.0Proprietary2026-07-244223105.2 KB
Categories

Get a single category

Return a single category along with its parent category Please contact us to activate this feature

get/v3/aggregation/categories/{id}

Path parameters

idnumber required
Example:83

Response

Category

Example response

{
  "resources": [
    {
      "id": 83,
      "name": "Restaurants",
      "parent_id": 168
    }
  ]
}