v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Google

Search for Google locations

Performs a search for Google locations based on the provided query parameters. This endpoint requires authentication, and only authorized users with the appropriate permissions can access it.

get/google-oauth-accounts/locations/search

Query parameters

google_location_idstring

The ID of the Google location stored in Partoo.

oauth_account_idstring

The ID of the OAuth account stored in Partoo.

not_connected_onlyboolean

Filter for locations not connected to any business.

verification_statusstring

Filter by verification status.

pageinteger

The page number for pagination.

Response

OK

pageinteger

Current page number

max_pageinteger

Last page number

countinteger

Number of resources complying with filters

Example response

{
  "locations": [
    {
      "id": "6047dac0604f33da03018004",
      "location_name": "Annie - HQ",
      "store_code": "annie-hq",
      "region_code": "FR",
      "postal_code": "75018",
      "address_details": "130 rue mont cenis",
      "locality": "Paris",
      "place_id": "ChIJ3Qu-HpFt5kcRNHUedqwIzQY",
      "google_verifications": {
        "status": "verified",
        "checked_at": "2023-01-30T14:25:11.163950Z"
      },
      "phone_numbers": "0675181818"
    }
  ],
  "page": 1,
  "max_page": 10,
  "count": 287
}