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

NameTypeDescription

device_id

String

Filter by DIMO deviceId, this is relevant when the event relates to a device.

type

String

Filter by type, type can be either User or Device.

sub_type

String

Filter by subType of the event. - subType for User: Created, TokensIssued, and ReferralCompleted - subType for Device: Created, Minted, Deleted, IntegrationCreated, IntegrationDeleted, and OdometerUpdated.

Headers

NameTypeDescription

Authorization*

String

Bearer authentication using the access_token generated from the Web3 challenge.


Swagger Doc

Last updated