cURL
curl --request POST \ --url https://api.charp.ai/auth/refresh \ --header 'Content-Type: application/json' \ --data '{ "refresh_token": "<string>" }'
{ "access_token": "<string>", "token_type": "<string>", "expires_in": 123, "refresh_token": "<string>" }
Refresh access token
Refresh token
The body is of type object.
object
Access token refreshed successfully
The response is of type object.