---
title: "Refresh session token"
method: POST
path: "/v1/account.refreshSession"
tags: ["account"]
---

# Refresh session token

`POST /v1/account.refreshSession`

## Headers

- `User-Agent` string
- `X-Forwarded-For` string

## Request body

- V1AccountRefreshSessionRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `refreshToken` string, required — The refresh token

## Response `200`

OK

- V1AccountRefreshSessionBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `refreshExpiresAt` string, date-time, required — The expiration time of the refresh token
  - `refreshToken` string, required — The refresh token
  - `sessionExpiresAt` string, date-time, required — The expiration time of the session token
  - `sessionToken` string, required — The session token

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/steamsets/apis/steamsets-api.md) · [All operations](https://skmtc.net/steamsets/apis/steamsets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/steamsets/steamsets-api/versions/2e8ba266b27f/schema)
