Skip to main content
GET
Fetch the full lifecycle state of a trip — items, travelers, quote, fulfillment, and any booking references
Inspect the current state of a trip without modifying it. Reach for it when you need to confirm what items are on the trip, verify the travelers attached to a booking, or check whether a checkout has finalized after the user paid. The response covers items, traveler details, quote status, and any booking references that have been issued.

Authorizations

X-API-Key
string
header
required

Path Parameters

trip_id
string
required

Response

The trip

trip_id
string
required
Example:

"trip_1048576"

status
string
Example:

"draft"

travelers
null[]
contact
object
items
null[]
total_amount
object
quote
object
Example:
fulfillment
object
bookings
null[]
created_at
string
Example:

"2026-06-01T12:30:00Z"

updated_at
string
Example:

"2026-06-01T12:34:56Z"