v1

latestOpenAPI 3.0.12026-07-247756110.6 KB
Trips

Get trip

Get a trip by UUID

get/draft_trips/{trip_uuid}

Path parameters

trip_uuidstring required

UUID of the trip

Query parameters

exclude_payment_linksboolean

Exclude payment links from the trip response

Response

Successfull response

Example response

{
  "data": {
    "title": "Epic Trip"
  }
}