Fetch the full lifecycle state of a trip — items, travelers, quote, fulfillment, and any booking references
Pricing & booking
trip-status
Fetch the full lifecycle state of a trip — items, travelers, quote, fulfillment, and any booking references
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
Path Parameters
Response
The trip
Example:
"trip_1048576"
Example:
"draft"
Example:
{
"quoted_cart_id": 2097152,
"status": "quoted",
"expires_at": "2026-06-01T13:04:56.000Z"
}Example:
"2026-06-01T12:30:00.000Z"
Example:
"2026-06-01T12:34:56.000Z"
