POST
/
api
/
v1
/
auth
/
refresh_token
Refresh access token
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>"
}

Body

application/json

Refresh access token

refresh_token
string
required

Valid refresh token obtained from sign in

Response

Refresh access token

Api_V1_Entities_AccessToken model

access_token
string
required

New JWT access token