Skip to main content
POST
/
api
/
auth
/
refresh
Refresh access and refresh tokens
curl --request POST \
  --url https://tandem.hlofiys.xyz/api/auth/refresh \
  --header 'Content-Type: application/json' \
  --data '
{
  "refresh_token": "<string>"
}
'
{
  "token": "<string>",
  "refresh_token": "<string>"
}

Body

application/json
refresh_token
string
required

Response

Tokens refreshed successfully

token
string
required

JWT token

refresh_token
string
required

Refresh token