action openbankingproject_get_consent_information { label: "Get consent request" description: "Returns the content of an account information consent object. \nThis is returning the data for the TPP especially in cases, \nwhere the consent was directly managed between ASPSP and PSU e.g. in a redirect SCA Approach.\n" provider: openbankingproject method: GET path: "/v1/consents/{consentId}" encoding: json output: { type: "object" additionalProperties: true } }