---
title: "Refresh token API"
method: GET
path: "/api/v2/token/refresh"
---

# Refresh token API

`GET /api/v2/token/refresh`

## Query parameters

- `refresh_token` string, required

## Response `200`

ok

- OidcRenewPayload
  - `access_token` string
  - `expire_at` string, date-time
  - `id_token` string
  - `issued_at` string, date-time
  - `refresh_token` string
  - `token_storage` string
  - `token_type` string

## Other responses

- `400` — BadRequest
- `401` — Unauthorized

---

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