Hsbc Atm
Connector for the hsbc-atm API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://dikpeqbnwi3kx.cloudfront.net - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_open_banking_v2_2_atms— GET /open-banking/v2.2/atms — This API will return data about all our ATMs and is prepared to the Open Bankingget_x_open_banking_v2_2_atms_country_country— GET /x-open-banking/v2.2/atms/country/{country} — This extended API will return data about all ATMs in the specified country. It iget_x_open_banking_v2_2_atms_country_country_tow— GET /x-open-banking/v2.2/atms/country/{country}/town/{town} — This extended API will return data about all ATMs in the specified town. It is bget_x_open_banking_v2_2_atms_geo_location_lat_la— GET /x-open-banking/v2.2/atms/geo-location/lat/{latitude}/long/{longitude} — This extended API will data about all ATMs within a specified radius (1 to 10 miget_x_open_banking_v2_2_atms_postcode_postcode— GET /x-open-banking/v2.2/atms/postcode/{postcode} — This extended API will return data about all ATMs within a 5 mile radius of the
Inputs
apiKey— your hsbc-atm 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: get_open_banking_v2_2_atms
apiKey: <your key>