Authorization Services API secures the access to Rabobank Premium APIs. It uses the OAuth 2.0 authorization code flow, with which users can give authorize your application to access to their account data. This approach gives users control over their data, while enabling your application to access protected resources.
For more information please visit our overview page or read our extensive guide.
Alternatively, dive into the endpoints right away:
GET/authorize
Get Authorization code and implicit grantsPOST/token
Request access and refresh tokenGET/v1/consents/{consentId}
Get consent details
