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