Authorization
header is optional. To receive device data, if user and device belong to different companies, the user should provide bearer token in the Authorization
header.Role | Permission |
---|---|
Partner | |
Partner View | |
Custom Partner | |
Fleet Manager | |
Group Manager | |
User | |
Custom User |
Authorization: Bearer ********************
curl --location --request GET 'https://fleet.roscolive.com/api/v1.0/external_service//device/'
{
"meta": {
"code": 200
},
"response": {
"device_id": 3737462924,
"serial_number": "41258401",
"type": "webfleet"
},
"result": "OK"
}