TravelyfeHelp
DéveloppeursReferenceItineraries

An Itinerary As Stored

GET
/v1/app/library/{id}

One itinerary you may open: { id, version, data, visibility, role, createdAt, updatedAt, likesCount, viewsCount, author }, or null when it is not yours, not shared with you and not on Explore. 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

Path Parameters

id*string

The itinerary id (UUID).

Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/app/library/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{}