action hsbc_get_x_open_banking_v2_2_atms_country_country_town_town { label: "get_x_open_banking_v2_2_atms_country_country_town_town" description: "This extended API will return data about all ATMs in the specified town. It is based-on the Open Banking standards as defined by the Open Banking Implementation Entity (OBIE) in data dictionary version 2.2. The extended functionality may not fully adhere to the non-functional requirements of the regulator. Data is only available for the United Kingdom." provider: hsbc method: GET path: "/x-open-banking/v2.2/atms/country/{country}/town/{town}" encoding: json input: { type: "object" properties: { country: { type: "string" } town: { type: "string" } } required: ["country", "town"] additionalProperties: false } output: { type: "object" additionalProperties: true } }