Authorizations
The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey
). An api_key is linked to a user. This user's role will give you different access level to the API features.
Query Parameters
Filters categories available for businesses in given country.
If no country is given, then the endpoint returns the list of all existing available categories.
Use country ISO 3166 alpha2 code.
Language to get the category name. If not given, the user's language is used.
fr
, en
, es
, it
, pt-br
, de
, ar
, nl
, pl
, cs
, ca
, sk
, pt
, lv
, ro
, bg
, hu
"fr"
OK
, DEPRECATED
Filter on block_push_long_description_on_gmb
param (boolean indicating if the business long description can be pushed to Google when the business belongs to this category)
Fuzzy search on gmb_id and names translations
Order results by colum. Add "-" before for ordering by descending order.
gmb_id
, -gmb_id
Filter on live_id
parameter value
- True: Recover categories which
live_id
is null - False: Recover categories which
live_id
is not null
Null: Do not filter on live_id
Page number. 30 results per page
Number of items to return per page. Currently limited to 100.
1 <= x <= 100
Returns an object representing the list of translations in the available languages for the requested category. See example on the right.
If with_names
is true, the translations will appear in the field names
Returns an array of strings representing the list of country codes in which the requested category is available.
If with_countries
is true, the country list will appear in the field countries