action openbankingproject_get_consent_authorisation { label: "Get consent authorisation sub-resources request" description: "Return a list of all authorisation subresources IDs which have been created.\n\nThis function returns an array of hyperlinks to all generated authorisation sub-resources.\n" provider: openbankingproject method: GET path: "/v1/consents/{consentId}/authorisations" encoding: json output: { type: "object" additionalProperties: true } }