---
title: "POST /connect-auth/v1/account/refresh-token"
method: POST
path: "/connect-auth/v1/account/refresh-token"
tags: ["Connect APIs"]
---

# POST /connect-auth/v1/account/refresh-token

`POST /connect-auth/v1/account/refresh-token`

Get new Authorization token using the refresh token

## Headers

- `Authorization` string, required
- `Client-Id` string, required

## Request body

- AccountConnectRefreshRequest
  - `access_token` string
  - `refresh_token` string, required

## Response `200`

OK

- AccountConnectRefreshResponse
  - `access_token` string
  - `expires_in` integer — Access token expiry in seconds
  - `refresh_expires_in` integer — Refresh token expiry in seconds
  - `refresh_token` string

## Other responses

- `4XX`
- `5XX`

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
