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
The search query string. It searches on the following fields of the Google location:
locality
(e.g., https://api.partoo.co/v2/google-oauth-accounts/locations/search?query=Paris)postal_code
(e.g., https://api.partoo.co/v2/google-oauth-accounts/locations/search?query=75018)location_name
(e.g., https://api.partoo.co/v2/google-oauth-accounts/locations/search?query=Annie%20-%20HQ)address_details
(e.g., https://api.partoo.co/v2/google-oauth-accounts/locations/search?query=130%20rue%20mont%20cenis)store_code
(e.g., https://api.partoo.co/v2/google-oauth-accounts/locations/search?query=annie-hq)
The ID of the Google location stored in Partoo.
The ID of the OAuth account stored in Partoo.
Filter for locations not connected to any business.
Filter by verification status.
The page number for pagination.