Trips Endpoints
Base URLs
https://trips-api.dimo.zone
Developer Notes
To access the Trips API, a token exchange transaction is required to obtain a 2nd JWT to get permission to access the vehicle's trip. Please check Token Exchange API prior to using this endpoint.
Getting a Trips History 🔏
List Vehicle Trips by Vehicle Token ID
GET
{baseUrl}
/v1/vehicle/{tokenId}/trips
Retrieves a list of trips taken by the Vehicle identified with the provided Vehicle ID.
Path Parameters
Name | Type | Description |
---|---|---|
| String | Vehicle token ID, this is the token ID of your vehicle NFT. A prerequisite is to obtain a |
Headers
Name | Type | Description |
---|---|---|
| String |
Swagger Doc
Last updated