# Get details of a Device Endpoint: GET /device/v0/devices/{id}/ Version: 1.0.0 Security: apiKey ## Path parameters: - `id` (string, required) ID of the device ## Response 200 fields (application/json): - `code` (integer) - `message` (string) - `content` (any) ## Response 400 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 404 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)