cURL
curl --request POST \ --url https://app.miget.com/api/v1/auth/refresh_token \ --header 'Content-Type: application/json' \ --data ' { "refresh_token": "<string>" } '
{ "access_token": "<string>" }
Exchanges a valid refresh token for a new access token. Use this when your access token has expired.
Refresh access token
Valid refresh token obtained from sign in
Api_V1_Entities_AccessToken model
New JWT access token