GET /location/:id

Get location

Fetch a single location by ID.

Returns a single location by ID.

Path parameters

ParameterTypeRequiredDescription
idstringyes24-character hexadecimal location ID

Example request

GET https://api.auravisionlabs.com/v1/location/64a1b2c3d4e5f6a7b8c9d0e3
Authorization: Bearer <your_token>

Example response

{
  "id": "64a1b2c3d4e5f6a7b8c9d0e3",
  "name": "Oxford Street Store",
  "timezone": "Europe/London"
}