TravelyfeHelp
EntwicklerReferenceItineraries

Your Library In The Apps

GET
/v1/app/library

Every itinerary you own, each { id, data, created_at, updated_at, version } with data the whole itinerary. As the Travelyfe apps store it: the whole itinerary as it is saved, with its version. Connected apps read and write itineraries at /v1/itineraries.

Only available to the Travelyfe apps. Tokens issued to other apps receive forbidden.

AuthorizationBearer <token>

A Travelyfe access token.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/app/library"
[  {}]