| providerKey required | string non-empty The bank provider key. |
| redirectUrl required | string non-empty The URL to redirect the user to after consent is given. |
| syncMode | string or null SyncMode of this consent: 'full', 'provider_check' or 'none'. |
| countryCode | string The two letter ISO country code (defaults to 'NL'). |
| userId | string or null The User Id for which to retrieve transactions. |
| externalUserId | string or null The External User Id for which to retrieve transactions. |
{- "providerKey": "string",
- "redirectUrl": "string",
- "syncMode": "string",
- "countryCode": "string",
- "userId": "string",
- "externalUserId": "string"
}{- "data": {
- "consentId": "string",
- "consentUrl": "string"
}
}| consentId | string or null The consent identifier (Guid). |
| userId | string or null The user identifier (Guid). |
| externalUserId | string or null The external user identifier. |
| fromDate | string or null The start date to filter the results (e.g. 2025-10-01). |
| page | string or null The page number of the results to fetch (defaults to 1, e.g. 3, 10). |
| pageSize | string or null The number of results per page (defaults to 50, max. 100). |
{- "data": [
- {
- "id": "string",
- "status": "string",
- "providerKey": "string",
- "dateStatusUpdated": "2019-08-24T14:15:22Z",
- "dateRequested": "2019-08-24T14:15:22Z",
- "dateExpire": "2019-08-24T14:15:22Z",
- "dateTransactionsUpdated": "2019-08-24T14:15:22Z",
- "errors": [
- {
- "date": "2019-08-24T14:15:22Z",
- "type": "string",
- "message": "string",
- "code": "string"
}
]
}
], - "_pagination": {
- "page": 0,
- "size": 0,
- "totalCount": 0,
- "totalPages": 0
}
}| id required | string <guid> The consent identifier. |
{- "data": {
- "id": "string",
- "status": "string",
- "providerKey": "string",
- "dateStatusUpdated": "2019-08-24T14:15:22Z",
- "dateRequested": "2019-08-24T14:15:22Z",
- "dateExpire": "2019-08-24T14:15:22Z",
- "dateTransactionsUpdated": "2019-08-24T14:15:22Z",
- "errors": [
- {
- "date": "2019-08-24T14:15:22Z",
- "type": "string",
- "message": "string",
- "code": "string"
}
]
}
}