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

place_idstring nullable
saved_item_idstring nullable

Response

Successful Response

activity_idstring required
attractionobject required
card_keystring required
card_dataobject required

Changes

No recorded changes to this endpoint across all 1 revision of this API.