v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Google

Details on a specific Google Location

Returns a Google location object that corresponds to the given google_location_id. The google_location_id is a unique identifier on Partoo for each location. This endpoint requires authentication, and only authorized users with the appropriate permissions can access it.

get/google-oauth-accounts/locations/{google_location_id}

Path parameters

google_location_idstring required

Google location unique id on Partoo

Response

OK

idstring

The unique identifier of the Google location on Partoo.

location_namestring

The name of the location.

store_codestring

The store code of the google location.

region_codestring

The region code where the location is situated.

postal_codestring

The postal code of the location.

address_detailsstring

The details of the location's address.

localitystring

The locality of the location.

place_idstring

The unique identifier of the Google Maps place.

phone_numbersstring

The phone number associated with the location.

Example response

{
  "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"
}