action hsbc_get_x_open_banking_v2_2_atms_country_country { label: "get_x_open_banking_v2_2_atms_country_country" description: "This extended API will return data about all ATMs in the specified country. 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}" encoding: json input: { type: "object" properties: { country: { type: "string" } } required: ["country"] additionalProperties: false } output: { type: "object" additionalProperties: true } }