---
title: "Log into the account using refresh token"
method: POST
path: "/v3/accounts/login-refresh-token"
tags: ["Authentication"]
---

# Log into the account using refresh token

`POST /v3/accounts/login-refresh-token`

Returns an access token and the refresh token.

## Headers

- `user-Agent` string

## Request body

- RefreshTokenRequestModel
  - `refreshToken` string, required — Refresh token.

## Response `200`

OK

- AccessTokenDto
  - `accessToken` string, required
  - `refreshToken` string, required

## Other responses

- `400` — Bad Request
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.net/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/revisions/ec1259c12475/schema)
