places
Add Place To Itinerary
Fetch place details and add as attraction to itinerary.
Accepts either a Google place_id (autocomplete), a canonical registry ULID, or a saved_item_id (a place the user saved). Enrichment (TripAdvisor lookup, photos/reviews/ratings) is deferred to a background worker so a flaky third-party API can't 500 the add. The activity lands in the itinerary immediately; the worker patches it in place once enrichment resolves.
post/trips/{trip_id}/places/add
Path parameters
trip_idstring required
Headers
x-client-idstring nullable
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.