Trips
Create one or more trips (max 100)
Scopes: trip:create
POST
Create one or more trips (max 100)
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Body
application/json
Maximum array length:
100The id of the Vehicle used for the trip
Example:
"vhc_GA6EG2qFxA97NZHtxeLPUy"
The date the trip occurred
Example:
"2026-04-22"
The distance travelled, in units defined by distance_unit
Required range:
x > 0Example:
"42.50"
The unit of measurement for distance
Available options:
miles, kilometers Example:
"miles"
The external ID of the Trip
Maximum string length:
255Example:
"1234567890"
Whether the trip was for business or personal use
Available options:
business, personal Example:
"personal"
Where the trip started (unstructured)
Maximum string length:
500Example:
"123 Main St, San Francisco, CA"
Where the trip ended (unstructured)
Maximum string length:
500Example:
"456 Market St, San Francisco, CA"
Free-form notes about the trip from the user
Maximum string length:
1000Example:
"Client lunch meeting"
Create one or more trips (max 100)