API referenceEndpoints
Endpoints
Eight operations under https://app.novilfleet.com/v1, all authenticated with a bearer API key. Each row links to the operation in the full reference, which renders the OpenAPI contract with every request and response schema.
Routes
Dispatch routes pushed from your TMS.
Vehicles
Read-only access to the fleet's vehicles, for matching unit numbers.
Drivers
Read-only access to drivers, for matching names.
Keys
Inspect the key a request is authenticated with.
Scopes at a glance
Section titled “Scopes at a glance”| Scope | Endpoints |
|---|---|
routes:write |
POST /v1/routes, DELETE /v1/routes/{id} |
routes:read |
GET /v1/routes, GET /v1/routes/{id} |
vehicles:read |
GET /v1/vehicles |
drivers:read |
GET /v1/drivers |
| any valid key | GET /v1/me |
See Authentication for how keys and scopes work, and Errors for the problem-details shape every endpoint shares.