Telemetry API References

Developer Notes

To access the Vehicle data under the Telemetry API, a token exchange transaction is required to obtain a 2nd JWT to get permission to access a given vehicle. Please check Token Exchange API prior to using this endpoint.

🔏 Base URLs

https://telemetry-api.dimo.zone


Authentication

Replace the <vehicle_jwt> with the token received from the Token Exchange API, this refers to the Vehicle JWT in Bearer Authentication format.

{
    "Authorization": "Bearer <vehicle_jwt>"
}

GraphQL Operations

The Telemetry API provides one endpoint /query, for query execution. Refer back to Identity API if you need a refresher on how GraphQL works.


GraphQL Playground

Last updated