Skip to main content
POST
/
api
/
v1
/
auth
/
refresh
刷新 Access Token
curl --request POST \
  --url https://api.end.shallow.ink/api/v1/auth/refresh \
  --header 'Content-Type: application/json' \
  --data '
{
  "refresh_token": "<string>"
}
'

Body

application/json
refresh_token
string
required

Response

200

刷新成功,返回新的 access_token 和 refresh_token