This API will return you about the details of your location for which you have requested access via the Authorization request. The location does not has to be verified first in order to call this API.

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

{
    "data": {
        "id": 60,
        "name": "spot lab",
        "address": "56 Chruch St",
        "city": "Lenox",
        "state": "MA",
        "url": "http://www.bistrozinc.com/",
        "brand": "something",
        "time_zone": "Eastern Time (US & Canada)",
        "pos": "SpotOn",
        "phone_number": "+14136378800"
    }
}
Language
Click Try It! to start a request and see the response here!