action openbanking_get_atms { label: "get_atms" description: "Gets a list of all `ATM` objects." provider: openbanking method: GET path: "/atms" encoding: json input: { type: "object" properties: { "If-Modified-Since": { type: "string" } "If-None-Match": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }