Amadeus Amadeus Points Of Interest
Connector for the amadeus-amadeus-points-of-interest 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
getpointsofinterest— GET /reference-data/locations/pois — Returns points of interest for a given location and radius.getpointsofinterestbysquare— GET /reference-data/locations/pois/by-square — Returns points of interest for a given areagetpointofinterest— GET /reference-data/locations/pois/{poisId} — Retieve one point of interest by its Id.
Inputs
apiKey— your amadeus-amadeus-points-of-interest 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: getpointsofinterest
apiKey: <your key>