---
title: "Get Location"
method: GET
path: "/api/v2/get_location"
---

# Get Location

`GET /api/v2/get_location`

This API will return the details of your location for which you have requested access via the Authorization request. The Time Zone of the Location in included as a TZ database name (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). The location does not have to be verified first in order to call this API.

## Headers

- `Authorization` string

## Response `200`

200

- object
  - `data` object
    - `id` integer
    - `name` string
    - `address` string
    - `city` string
    - `state` string
    - `zipcode` string
    - `url` string
    - `brand` string
    - `time_zone` string
    - `pos` string
    - `phone_number` string

## Other responses

- `401` — 401
- `403` — 403

---

[API](https://skmtc.dev/itsacheckmate/apis/open-api.md) · [All operations](https://skmtc.dev/itsacheckmate/apis/open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/itsacheckmate/open-api/revisions/d6022761527a/schema)
