Get location
Fetch a single location by ID.
Returns a single location by ID.
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | yes | 24-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"
}
Related
- List locations
- List recordings — camera feeds within this location