Skip to main content
GET
Get Business Travel

Get Business Travel

Retrieve detailed information about a specific business travel record by its unique identifier.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Path Parameters

string
required
The unique identifier (UUID) of the business travel recordExample: 550e8400-e29b-41d4-a716-446655440000

Response

string
Unique identifier (UUID)
string
Organization UUID
string | null
Travel record label
string | null
Traveler email
string
Mode of transport: car, metro, train, trolleybus, bus, motorbike, aircraft, ferry
date
Start date of travel
date
End date of travel
number | null
Distance traveled in kilometers
string | null
How the distance was obtained: manual (provided directly), geodesic (great-circle for aircraft), or google_maps (other transport types with origin/destination)
string | null
Starting location address
string | null
Ending location address
object | null
Geocoded origin location details (when available)
object | null
Geocoded destination location details (when available). Same structure as origin_geocode.
string
Trip type: one_way or round
integer
Number of trips
integer
Number of passengers per trip
string | null
Vehicle size (car only): small, medium, large
string | null
Fuel type (car only): diesel, petrol, natural_gas, lpg, electric, hybrid, not_fuel_based, do_not_know
string | null
Renewable energy usage: yes, no, do_not_know
string
Current status: active, pending, loading, completed, error
string
Record source: api, manual, bulk_upload, form
number | null
Calculated CO2 equivalent emissions in kg. null or 0 while calculation is pending.
string | null
File UUID if created via bulk upload
string | null
File name if created via bulk upload
object | null
The user who created this record
datetime
Creation timestamp
datetime | null
Last update timestamp

Example

Successful Response

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

Cause: The authenticated user is not a member of the organization

404 Not Found

Cause: Business travel not found or doesn’t belong to your organization

List Business Travels

Retrieve all business travels

Create Business Travel

Create a new business travel record

Update Business Travel

Modify business travel details

Delete Business Travel

Remove a business travel record