---
title: "User Refresh Tokens"
method: POST
path: "/users/auth/refresh"
tags: ["users-auth"]
---

# User Refresh Tokens

`POST /users/auth/refresh`

user refresh tokens

## Request body

- V1RefreshInput
  - `token` string, required

## Response `200`

OK

- V1TokenResponse
  - `accessToken` string
  - `refreshToken` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error
- `default` — Default response

---

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