action openbankingproject_get_signing_basket_authorisation { label: "Get signing basket authorisation sub-resources request" description: "Read 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/signing-baskets/{basketId}/authorisations" encoding: json output: { type: "object" additionalProperties: true } }