---
title: "RefreshToken"
method: POST
path: "/v1/auth/refresh-token"
tags: ["UserCenter"]
---

# RefreshToken

`POST /v1/auth/refresh-token`

## Request body

- V1RefreshTokenRequest

## Response `200`

A successful response.

- V1LoginReply
  - `access_token` string
  - `expiresAt` string, int64
  - `refresh_token` string
  - `type` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/onexstack/apis/usercenter-v1-usercenter-proto.md) · [All operations](https://skmtc.net/onexstack/apis/usercenter-v1-usercenter-proto/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onexstack/usercenter-v1-usercenter-proto/revisions/fc95c4d4129d/schema)
