Skip to main content
POST
Refresh token
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 refresh_token.
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 Refresh Token you got the moment you generated the first tokens.

Response

string
The new Bearer token you can use for accessing the MijnKlantportaal API.
integer
Amount of seconds until the given Access Token expires.