Categories
Suggested additional categories
This endpoint lets you retrieve Partoo's suggestions for additional categories, based on a given category.
get/categories/{category_id}/suggestions
Path parameters
Query parameters
lang'fr' | 'en' | 'es' | 'it' | 'pt-br' | 'de' | 'ar' | 'nl' | 'pl' | 'cs' | 'ca' | 'sk' | 'pt' | 'lv' | 'ro' | 'bg' | 'hu'
Available language in the application
Example:fr
Language to get the category name. If not given, the user's language is used.
Response
OK
Example response
{
"categories": [
{
"id": 7984,
"gmb_id": "gcid:atm",
"name": "ATM",
"state": "OK",
"block_push_long_description_on_gmb": false,
"live_id": null
},
{
"id": 4917,
"gmb_id": "gcid:savings_bank",
"name": "Savings bank",
"state": "OK",
"block_push_long_description_on_gmb": false,
"live_id": null
},
{
"id": 5742,
"gmb_id": "gcid:home_insurance_agency",
"name": "Home insurance agency",
"state": "OK",
"block_push_long_description_on_gmb": false,
"live_id": null
},
{
"id": 6678,
"gmb_id": "gcid:auto_insurance_agency",
"name": "Auto insurance agency",
"state": "OK",
"block_push_long_description_on_gmb": false,
"live_id": null
},
{
"id": 5520,
"gmb_id": "gcid:life_insurance_agency",
"name": "Life insurance agency",
"state": "OK",
"block_push_long_description_on_gmb": false,
"live_id": null
},
{
"id": 5339,
"gmb_id": "gcid:motorcycle_insurance_agency",
"name": "Motorcycle insurance agency",
"state": "OK",
"block_push_long_description_on_gmb": false,
"live_id": null
},
{
"id": 7133,
"gmb_id": "gcid:insurance_agency",
"name": "Insurance agency",
"state": "OK",
"block_push_long_description_on_gmb": false,
"live_id": null
},
{
"id": 7012,
"gmb_id": "gcid:investment_service",
"name": "Investment service",
"state": "OK",
"block_push_long_description_on_gmb": false,
"live_id": null
},
{
"id": 6026,
"gmb_id": "gcid:financial_consultant",
"name": "Financial consultant",
"state": "OK",
"block_push_long_description_on_gmb": false,
"live_id": null
}
]
}