Amadeus Amadeus Airport City Search
Connector for the amadeus-amadeus-airport---city-search API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://test.api.amadeus.com/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getairportcitysearch— GET /reference-data/locations — Returns a list of airports and cities matching a given keyword.getairportcity— GET /reference-data/locations/{locationId} — Returns a specific airports or cities based on its id.
Inputs
apiKey— your amadeus-amadeus-airport---city-search API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getairportcitysearch
apiKey: <your key>