ConsentRequest
FDX / Data Structures / ConsentRequest
Consent request entity, Details of request to create new consent grant. This schema is to be used in POST request to Data Provider’s 'POST /par' endpoint using the Pushed Authorization Request (PAR) method
ConsentRequest Properties
# | Id | Type | Description |
---|---|---|---|
1 | durationType | ConsentDurationType | The type of duration of the consent |
2 | durationPeriod | ConsentDurationPeriod | The consent duration in days from day of original grant |
3 | lookbackPeriod | LookbackPeriod | Period, in days, for which historical data may be requested; measured from request time, not grant time |
4 | resources | Array of ConsentRequestedResource | The requested resource entities |