{ "opencollection": "1.0.0", "info": { "name": "WeTravel Partner Access token Trip Overview API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Trip Overview", "type": "folder" }, "items": [ { "info": { "name": "List overview events", "type": "http" }, "http": { "method": "GET", "url": "https://api.wetravel.com/v2/draft_trips/:trip_uuid/itineraries", "params": [ { "name": "trip_uuid", "value": "", "type": "path" } ] }, "docs": "Get Trip Overview" }, { "info": { "name": "Create overview event", "type": "http" }, "http": { "method": "POST", "url": "https://api.wetravel.com/v2/draft_trips/:trip_uuid/itineraries", "params": [ { "name": "trip_uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Overview Event" }, { "info": { "name": "Get overview event", "type": "http" }, "http": { "method": "GET", "url": "https://api.wetravel.com/v2/draft_trips/:trip_uuid/itineraries/:id", "params": [ { "name": "trip_uuid", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "ID of the overview event" } ] }, "docs": "Get Overview Event" }, { "info": { "name": "Update overview event", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.wetravel.com/v2/draft_trips/:trip_uuid/itineraries/:id", "params": [ { "name": "trip_uuid", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "ID of the overview event" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Overview Event" }, { "info": { "name": "Delete overview event", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.wetravel.com/v2/draft_trips/:trip_uuid/itineraries/:id", "params": [ { "name": "trip_uuid", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path", "description": "ID of the overview event" } ] }, "docs": "Delete Overview Event" } ] } ], "bundled": true }