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.

Log in to see full request history

Example Response
After a successful call, the API will return a response similar to the below structure.

{ "data": { "id": 212869, "name": "spot lab", "address": "56 Church St", "city": "Lenox", "state": "MA", "zipcode": "01240", "url": "http://www.bistrozinc.com/", "brand": "something", "time_zone": "America/New_York", "pos": "SpotOn", "phone_number": "+14136378800" } }
Headers
string
Defaults to Bearer <access-token>

Access token obtained from Get Access token API

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json