---
title: "액세스 토큰 갱신 (Refresh access token)"
method: POST
path: "/v2/auth/realms/open-api/protocol/openid-connect/token"
tags: ["인증 (authentication)"]
---

# 액세스 토큰 갱신 (Refresh access token)

`POST /v2/auth/realms/open-api/protocol/openid-connect/token`

액세스 토큰을 갱신합니다

## Response `200`

OK

- RefreshTokenResponse
  - `access_token` string, required
  - `expires_in` integer, required
  - `refresh_token` string
  - `refresh_expires_in` integer
  - `token_type` string, required
  - `not-before-policy` integer, required
  - `session_state` string, required
  - `scope` string, required

---

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