Skip to main content
POST
Generate tokens
Please note that the base URL for this endpoint is: https://manage.mijnklantportaal.nl

Body

string
required
Type of grant you want generate tokens for. Must be always authorization_code.
string
required
ID of your application which you got the Authentication Code for.
string
required
The secret of your application you got after registering it in the Developer portal.
string
required
The redirect URL as registered in the Developer portal.
string
required
The Authentication Code you got on the redirect back to your application.

Response

string
The Bearer token you can use for accessing the MijnKlantportaal API.
string
The token you need to generate a new Access Token after it is expired.
integer
Amount of seconds until the given Access Token expires.