Get own info
GET
https://fleet.roscolive.com/api/v1.0/users/me
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://fleet.roscolive.com/api/v1.0/users/me?geotab=&database=&email='
Response Response Example
200 - valid get own info
{
"meta": {
"code": 200
},
"response": {
"user": [
{
"active": bool,
"aggr_notific_interval": int,
"alert_camera_failure": bool,
"alert_critical_gsensor": bool,
"alert_dv_camera_failure": bool,
"alert_high_temperature": bool,
"alert_inactive_vehicles": bool,
"alert_inactive_vehicles_time": none,
"alert_sd_error": bool,
"alert_sensor": bool,
"alert_speed": bool,
"alert_summary": bool,
"audit_notification": bool,
"company_audit_log": none,
"company_data": dict,
"company_driver_recognition": "str",
"company_id": int,
"company_name": "str",
"company_reformat_reminder": int,
"company_token": "str",
"company_type": "str",
"confirmed_at": bool,
"created_timestamp": "str",
"data_usage_notification": bool,
"data_usage_notification_vehicle_limit": "str",
"email": "str",
"eula_was_viewed": bool,
"event_breakdown": bool,
"first_name": "str",
"flood_notification": bool,
"groups": list,
"harshaccel": none,
"harshbraking": none,
"has_registered_sms": bool,
"high_speeding": none,
"id": int,
"installer_company_name": none,
"is_fake": bool,
"last_login": "str",
"last_name": "str",
"low_speeding": none,
"mecp_cert": bool,
"moderate_speeding": none,
"partner_company_name": "str",
"phone_number": "str",
"recent_activity": "str",
"recording_status_notifs": bool,
"reformat_last_notifs": none,
"reformat_reminder": bool,
"release_viewed": "str",
"roles": list,
"rosco_product_owned": none,
"settings": dict,
"severe_speeding": none,
"speed_unit": "str",
"status": "str",
"unidentified_drivers": bool,
"work_submission_report": none
}
]
}
}
Request
Query Params
geotab
string
optional
database
string
optional
email
string
optional
Responses
Modified at 2025-02-04 17:51:00