Docs

Documentation

The full reference is coming soon. In the meantime, here's the shape of the API.

Authentication

All requests require a Bearer token in the Authorization header. Test keys are prefixed mt_test_, production keys with mt_live_.

Endpoints

GET /v1/vehicles/by-plate?plate=… and GET /v1/vehicles/by-vin?vin=… return a normalized vehicle object.

Environments

Test (sandbox): free, rate-limited, deterministic fixtures. Production: live, billed per query at €0.08.

Back to home