get https://services.azuga.com/azuga-ws-oauth/v3/eventtypes.json
This API gives you the list of all the events that are supported by our application and that can be used to trigger a webhook. Some of the events that are recorded by the application are - Speeding, low fuel, fuel increase/decrease, trip start/end etc.
Sample Request
https://services.azuga.com/azuga-ws-oauth/v3/eventtypes.json
API Response Explanation
Field | Description | Data Type |
---|---|---|
generatedAtInMillis | The time at which the API returns the response. Value returned is in milliseconds | Long |
name | Name of the event | String |
eventType | Type of event | String |
description | Short text describing the event | String |
error | Error message | List |