TravelyfeHelp
Developers

Travelyfe API

Read and write itineraries on behalf of a traveller.

The Travelyfe API lets apps and assistants work with a traveller's itineraries: search Explore, read an itinerary, create one, and add days, stops, flights, hotels, packing items and expenses.

  • Base URL: https://api.travelyfe.com
  • Format: JSON over HTTPS
  • Auth: OAuth 2.0 with PKCE, bearer tokens
Search Explore
curl "https://api.travelyfe.com/v1/itineraries?q=lisbon&limit=5" \
  -H "Authorization: Bearer $TOKEN"

Pro And Permissions

The API follows the same rules as the apps. Packing, expenses and documents need Travelyfe Pro on the traveller's account, and imports need Pro and the traveller's AI imports switch. Publishing, reactions, membership and device routes are only available to the Travelyfe apps.

Playground

The Send button in the reference calls the live API from your browser. Requests from docs.travelyfe.com may be blocked by the API's browser security (CORS); copy the generated cURL to run a request from your terminal instead.

On this page