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