Authorization code and implicit grants

Before you can request an access token you need to redirect your user to this endpoint to obtain consent. After giving consent the user will be redirected back to the "OAuth Redirect URI" that you provided in your application settings.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum
required

The value code indicates the authorization grant flow. Other response types are currently not supported.

Allowed:
string
required

A space separated-list of scopes. Scopes represent permissions to resources which your application requests from the user. Your application can request multiple scopes using a space-separated list.

string
required

This ID uniquely identifies your registered application. The client_id is registered at Rabobank Developer Portal.

string

We do not support dynamic redirect URIs. Please make sure that you have provided the "OAuth Redirect URI" in your application settings. If you use this parameter it has to be exactly the same as the value in your application settings.

string

An opaque value used by the client to maintain state between the request and callback. The authorization server includes this value as a request parameter when redirecting the user back to the redirect URI of the client. The parameter SHOULD be used for preventing cross-site request forgery.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses
200

An HTML form for authentication or authorization of this request.

302

Redirect to the clients redirect_uri containing one of the following: authorization code for Authorization code grant, access token for Implicity grant or error in case of errors, such as the user has denied the request.

406

The API cannot produce any responses that are supported by the application. Please make sure your Accept header is set accordingly.

429

The rate limit has been exceeded for the plan or operation being used.

500

An error occurred while executing this request. Please try again later and contact support if the error persists.

503

An error occurred while executing this request. Please try again later and contact support if the error persists.

Language
Credentials
Header
URL
LoadingLoading…
Response
Choose an example:
application/json
text/html