originarray[string]
filter by origin
Returns all the routes KongAir is currently registered to fly.
A Route is a pairing between origin and destination airport codes.
filter by origin
Successful response with the registered Routes
curl --request GET \
--url https://shared-services.kong-sales-engineering.com/kongair/routes \
--header 'Accept: application/json' \
--header 'Authorization: Basic Og==' \
--header 'Content-Type: application/json'[
{
"id": "LHR-SFO",
"origin": "LHR",
"destination": "SFO",
"avg_duration": 660
}
]