UnifyAPI
← Back to catalog

sabre.destination_finder

mock data$0.005 / call

Sabre Destination Finder

Find cheapest flight destinations from an origin airport

Travelprovider: Sabre#sabre#travel

Input schema

originrequired

Origin airport IATA code (e.g. JFK, LAX)

string
max_fare

Maximum fare in USD to filter results

number
return_daterequired

Return date in YYYY-MM-DD format

string
point_of_sale

2-letter country code for pricing (e.g. US, GB)

string
departure_daterequired

Departure date in YYYY-MM-DD format

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/sabre.destination_finder \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"origin":"<origin>","max_fare":0,"return_date":"<return_date>","point_of_sale":"US","departure_date":"<departure_date>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.