v1
latestOpenAPI 3.0.02026-08-0696238481.7 KBIn-Person Locations
Retrieve an in-person location
Fetches an in-person location via its unique ID
get/in-person/locations/{id}
Path parameters
idstring required
Example:iploc_01FCTS1XMKH9FF43CAFA4CXT3P
the unique ID of the location
Headers
Accountstring
Example:ac_3fe8398f-8cdb-43a3-9be2-806c4f84c327
The linked accountId (use this when you want to get an in person location under a linked account)
Response
The resource was retrieved successfully
Example response
{
"id": "iploc_01FCTS1XMKH9FF43CAFA4CXT3P",
"name": "Head Office front desk",
"address": {
"lineOne": "123 Test Street",
"lineTwo": "456 Test Lane",
"city": "Manchester",
"country": "GB",
"postalCode": "M3 3AG",
"region": "Greater Manchester"
},
"geoCoordinates": {
"latitude": 51.1789,
"longitude": 1.8262
},
"metadata": {
"internalID": "1"
},
"createdTimestamp": 1470989538,
"lastUpdatedTimestamp": 1470989538
}