action openbanking_get_commercial_credit_cards { label: "get_commercial_credit_cards" description: "Gets a list of all `Commerical Credit Card` objects." provider: openbanking method: GET path: "/commercial-credit-cards" encoding: json input: { type: "object" properties: { "If-Modified-Since": { type: "string" } "If-None-Match": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }