认证管理
刷新令牌
使用刷新令牌获取新的访问令牌
post/auth/refresh
Request body
Example request
{
"refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}Response
刷新成功
Changes
No recorded changes to this endpoint across all 79 revisions of this API.
使用刷新令牌获取新的访问令牌
{
"refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}刷新成功
No recorded changes to this endpoint across all 79 revisions of this API.