v1

latestOpenAPI 3.0.12026-07-247756110.6 KB
Trip Overview

List overview events

Get Trip Overview

get/draft_trips/{trip_uuid}/itineraries

Path parameters

trip_uuidstring required

Response

Get Trip Overview

Example response

{
  "data": [
    {
      "id": 78,
      "trip_uuid": "12345678",
      "title": "Day 1",
      "name": "Day 1 itinerary",
      "description": "Tour of city",
      "photo_url": "https://filestack/123456"
    }
  ]
}