# Get location of specific device Returns location information of device Endpoint: GET /v1/enterprise/{enterprise_id}/report/location/{location_id}/ Version: 1.0.0 Security: apiKey ## Path parameters: - `enterprise_id` (string, required) A UUID string identifying this enterprise. - `location_id` (integer, required) An integer identifying the location. ## Response 200 fields (application/json): - `id` (integer) - `latitude` (number) - `longitude` (number) - `altitude` (number) - `city` (string) - `status` (string) - `country` (string) - `zipcode` (integer) - `last_updated_on` (string) - `device` (string) - `enterprise` (string) ## Response 401 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 404 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 500 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer)