action openbanking_get_personal_current_accounts { label: "get_personal_current_accounts" description: "Gets a list of all `Personal Current Account` objects." provider: openbanking method: GET path: "/personal-current-accounts" encoding: json input: { type: "object" properties: { "If-Modified-Since": { type: "string" } "If-None-Match": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }