# Retrieve an in-person location Fetches an in-person location via its unique ID Endpoint: GET /in-person/locations/{id} Version: 1.1.0 Security: secretApiKeyAuth ## Header parameters: - `Account` (string) The linked accountId (use this when you want to get an in person location under a linked account) Example: "ac_3fe8398f-8cdb-43a3-9be2-806c4f84c327" ## Path parameters: - `id` (string, required) the unique ID of the location Example: "iploc_01FCTS1XMKH9FF43CAFA4CXT3P" ## Response 200 fields (application/json): - `id` (string) The unique Id of the location Example: "iploc_01FCTS1XMKH9FF43CAFA4CXT3P" - `name` (string) Your name for the location. This can be used for display purposes. - `address` (object) - `address.lineOne` (string) First line of the address - `address.lineTwo` (string,null) Second line of the address - `address.city` (string) The address city/town - `address.country` (string) The two-character ISO country code Example: "GB" - `address.postalCode` (string) The postal code/zip of the address - `address.region` (string) The state/county/province/region Required if the address is in the US/Canada and must be a 2-character ISO state/province code - `geoCoordinates` (any,null) - `metadata` (object) Your own custom key-value data for this object. These will be sent with any associated events on your webhooks. You can have a maximum of 10 pieces of metadata. Keys must be between 1 and 30 characters in length. Values must be between 1 and 250 characters in length. Example: {"internalID":"1"} - `createdTimestamp` (integer) The epoch timestamp (seconds) when the object was created Example: 1470989538 - `lastUpdatedTimestamp` (integer) The epoch timestamp (seconds) when the object was last updated Example: 1470989538 ## Response 404 fields (application/json): - `requestId` (string) Example: "b83f2653-06d7-44a9-a548-5825e8186004" - `code` (string) Example: "400" - `errors` (array) - `errors.message` (string) Example: "Required property 'amount' not found in JSON" ## Response 500 fields (application/json): - `requestId` (string) Example: "b83f2653-06d7-44a9-a548-5825e8186004" - `code` (string) Example: "400" - `errors` (array) - `errors.message` (string) Example: "Required property 'amount' not found in JSON"