Events API Endpoints
Base URLs
https://events-api.dev.dimo.zone
API References
List All User Events
GET
{baseUrl}/v1/events
Lists the user's events in reverse chronological order.
Query Parameters
Name | Type | Description |
---|---|---|
device_id | String | Filter by DIMO |
type | String | Filter by |
sub_type | String | Filter by |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer authentication using the |
Swagger Doc
Last updated