认证管理

刷新令牌

使用刷新令牌获取新的访问令牌

post/auth/refresh

Request body

refresh_tokenstring required

刷新令牌

Example request

{
  "refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}

Response

刷新成功

access_tokenstring
expires_ininteger
refresh_tokenstring
token_typestring

Changes

No recorded changes to this endpoint across all 79 revisions of this API.