Get consent
Get the data of a single consent.
Request
Method: GETPath: /v1/consents/:consentIdHeaders: Accept: application/json
Response
{ "consentId": "4a17b11d-1191-4ca0-8aa2-3f2f79c168af", "consentStatus": "received", "_links": { "scaOAuth": { "scaOAuth": { "href": "https://authorization-server.com/oauth/.well-known/oauth-authorization-server" } }, "rebelConsentConfiguration": { "href": "htttps://rebel-server.com/consents/4a17b11d-1191-4ca0-8aa2-3f2f79c168af" } }}
The response is a Psd2Consent
object.
Psd2Consent Detailed reference of Psd2Consent object