---
title: "Details on a specific Google Location"
method: GET
path: "/google-oauth-accounts/locations/{google_location_id}"
tags: ["Google"]
---

# Details on a specific Google Location

`GET /google-oauth-accounts/locations/{google_location_id}`

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.

## Path parameters

- `google_location_id` string, required

## Response `200`

OK

- GoogleLocation — Google location
  - `id` string — The unique identifier of the Google location on Partoo.
  - `location_name` string — The name of the location.
  - `store_code` string — The store code of the google location.
  - `region_code` string — The region code where the location is situated.
  - `postal_code` string — The postal code of the location.
  - `address_details` string — The details of the location's address.
  - `locality` string — The locality of the location.
  - `place_id` string — The unique identifier of the Google Maps place.
  - `google_verifications` object — The status and checked date of the Google verification for the location.
    - `status` string — The status of the Google verification.
    - `checked_at` string, date-time — The date and time when the Google verification was last checked.
  - `phone_numbers` string — The phone number associated with the location.

## Other responses

- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/revisions/3652d8b1a8b3/schema)
