English
cURL
curl --request POST \ --url https://api.iklim.co/v1/auth/refresh \ --header 'Content-Type: application/json' \ --data '{ "refreshToken": "<string>" }'
200
example
{ "username": "<string>", "type": "<string>", "accessToken": "<string>", "refreshToken": "<string>"}
When the Authentication Token expires, it is renewed using the refresh token
Refresh Token
Successful Authorization Token Refresh
User Name
Authentication Token Type
Authentication Token