4.2. Get consent details
4.2. Get consent details
GET/api/v1/consents/{consentId}
Get consent details.
Path parameters
| Attribute | Type | Description |
|---|---|---|
| consentId | String | The consent identification assigned to the created resource. |
Query parameters
No query parameters.
Request headers
| Attribute | Type | Condition | Description |
|---|---|---|---|
| X-Request-ID | String | Mandatory | ID of the request, unique to the call, as determined by the initiating party (TPP). |
| Authorization | String | Mandatory | The oAuth2 Bearer token obtained from the performed SCA performed prior to this request. |
| API-Key | String | Mandatory | Consumer key available on the developers portal. |
Request body
No request body.
Response Code
HTTP Response Code 200 (OK).
Response headers
| Attribute | Type | Condition | Description |
|---|---|---|---|
| X-Request-ID | UUID | Mandatory | ID of the request, unique to the call, as determined by the initiating party (TPP). |
Response body
| Attribute | Type | Condition | Description |
|---|---|---|---|
| access | Account Access | Mandatory | Information about the provided access. (AIS, PIS, COF) |
| validUntil | ISODate | Mandatory | The validity of the consent. |
| consentStatus | Consent Status | Mandatory | The status of the consent resource. |