v1
latestOpenAPI 3.1.02026-07-146079.8 KBGet 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.
get/api/v2/get_location
Headers
Authorizationstring
Access token obtained from Get Access token API
Response
200
Example response
{
"data": {
"id": 60,
"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"
}
}