get https://api.azuga.com/azuga-ws/v1/profile/info.json
This API provides you with information about your profile on Azuga. User profile contains details about your Azuga account, privileges, scores, rewards, contact information etc.
Sample Request
https://api.azuga.com/azuga-ws/v1/profile/info.json?averageDays=30&lastSyncTime=1449042348000
API Response explanation
Field | Description |
---|---|
code | API Status Code |
message | API Message |
generatedAtInMillis | API generation timestamp in UTC |
userName | Username of the user |
deviceSerialNum | Serial number of the device |
vehicleName | Name of the vehicle |
fleetScore | Overall score of the driver |
pendingRewardCount | Number of rewards pending |
processedRewardCount | Number of rewards redeemed |
privileges | An array of privileges objects |
k | Key field |
v | Value associated with the key field |
preferences | An array of preferences objects |
Disclaimer
This API provides information only for a driver and does not provide aggregated information for a group of vehicles. Admins should not use these APIs, but should look at other sections of the documentation.