post
https://example.com/v1/trips
Create a new trip for the authenticated traveler. When bookingId is supplied the booking is atomically associated with the new trip; purpose is derived from booking metadata when omitted.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
403Booking owned by a different user
404Booking not found
409Booking already associated with a trip. The error body carries existingTripId so the client can navigate to that trip.
503Database unavailable