Skip to main content

Get google location details

GET 

/api/v2/google/locations/:location_id

Returns a Google location object that corresponds to the given google_location_id. The location_id is a unique identifier for each location.

Request

Path Parameters

    location_id stringrequired

Responses

Schema

    id stringrequired

    Unique identifier for the location

    location_name string

    Name of the location

    store_code stringnullable

    Code for the store

    region_code stringnullable

    Region code

    postal_code stringnullable

    Postal code

    address_details stringnullable

    Detailed address information

    locality stringnullable

    Locality

    place_id string

    Google Place ID

    google_verifications

    object

    Verification status and timestamp for Google verifications

    status string

    Verification status

    checked_at date-time

    Timestamp when verified

    phone_numbers stringnullable

    Phone number

Loading...