Authentication API
OAuth2 client credentials token exchange —
auth.yamlVehicle API
Vehicle data, signals, and commands —
full-vehicle.yamlManagement API
Webhooks, subscriptions, and applications —
management.yamlEach link opens the raw YAML file. Open it directly to view it in your browser, or right-click and choose Save Link As to download it.
Import into API tools
Most API clients can import an OpenAPI document directly from a URL.- Copy the link for the spec you want (for example,
/specs/full-vehicle.yaml). - In Postman or Insomnia, choose Import and paste the URL.
- The client generates a collection with every endpoint, parameter, and schema from the document.

