Skip to main content
GET
/
api
/
v1
/
local-seo
/
locations
/
{location_id}
Get Location Details
curl --request GET \
  --url http://localhost:8000/api/v1/local-seo/locations/{location_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "title": "<string>",
  "store_code": "<string>",
  "maps_uri": "<string>",
  "storefront_address": {
    "region_code": "<string>",
    "language_code": "<string>",
    "postal_code": "<string>",
    "administrative_area": "<string>",
    "locality": "<string>",
    "sublocality": "<string>",
    "address_lines": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

location_id
string
required

Response

Successful Response

id
string
required

Google identifier for this location

title
string
required

Location name

store_code
string | null

External identifier for this location

maps_uri
string<uri> | null

A link to the location on Maps

Required string length: 1 - 2083
storefront_address
GooglePostalAddressSchema · object

Physical address of the storefront