curl --location -g --request GET 'https://fleet.roscolive.com/api/v1.0/api/{{API_VERSION}}/driver/devices/cardreader?company_id={{COMPANY_ID}}'
{
"meta": {
"code": 200
},
"response": {
"devices": [
{
"activated_timestamp": "str",
"ads_online": "bool",
"device_id": "str",
"driver_name": "str|none",
"groups": "list",
"group_name": "str",
"last_disconnected_ts": "str",
"online_gps": "bool",
"uploaded_company_profile": "str",
"vehicle_icon": "str",
"vehicle_name": "str"
}
]
}
}