action hsbc_get_x_open_banking_v2_2_atms_postcode_postcode { label: "get_x_open_banking_v2_2_atms_postcode_postcode" description: "This extended API will return data about all ATMs within a 5 mile radius of the specified postcode. 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/postcode/{postcode}" encoding: json input: { type: "object" properties: { postcode: { type: "string" } } required: ["postcode"] additionalProperties: false } output: { type: "object" additionalProperties: true } }