---
title: "POST /v1/account/token/refresh"
method: POST
path: "/v1/account/token/refresh"
tags: ["AccountService"]
---

# POST /v1/account/token/refresh

`POST /v1/account/token/refresh`

RefreshToken 用 refresh_token 换取新的 access_token

## Request body

- AccountV1RefreshTokenRequest
  - `refreshToken` string — 有效的 refresh_token

## Response `200`

OK

- AccountV1RefreshTokenReply
  - `auth` AccountV1AuthTokens — AuthTokens 认证令牌信息
    - `accessToken` string — 访问令牌（30 分钟有效）
    - `expiresAt` string, date-time — access_token 过期时间
    - `refreshToken` string — 刷新令牌（普通登录默认 72 小时；rememberMe 有效期由后台设置控制）
    - `tokenType` string — 令牌类型，固定为 "Bearer"

---

[API](https://skmtc.dev/apiqik/apis/apiqik-api.md) · [All operations](https://skmtc.dev/apiqik/apis/apiqik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apiqik/apiqik-api/revisions/e06b96127408/schema)
