---
title: "Refresh credentials"
method: POST
path: "/user/v3/account/refresh"
tags: ["User Management"]
---

# Refresh credentials

`POST /user/v3/account/refresh`

Refreshes your credentials.

<!-- theme: warning -->
> ⚠️ Try It
>
> To use the Try It feature for this endpoint, you must use the credentials for your [Sandbox API user](https://docs.nexiopay.com/docs/sandbox-environments).
> 
> Include the `refreshToken` from the [View credentials](https://docs.nexiopay.com/reference/viewcredentials) endpoint.

<div style="display:none;">

## Request parameters
- refreshToken

## Response parameters
- idToken
- accessToken
- refreshToken
- expiresIn

</div>

## Request body

- object
  - `refreshToken` string, required — Your refresh token from the [View credentials](https://docs.nexiopay.com/reference/viewcredentials) endpoint.

## Response `200`

Success

- object
  - `idToken` IdToken — unresolved $ref
  - `accessToken` AccessToken — unresolved $ref
  - `refreshToken` string — The refresh token.
  - `expiresIn` ExpiresIn — unresolved $ref

## Other responses

- `401` — Unauthorized. For help with this error and other error codes, see [Common errors](https://docs.nexiopay.com/docs/common-errors) in the Guides area.

---

[API](https://skmtc.dev/nexiopay/apis/payments-api-reference.md) · [All operations](https://skmtc.dev/nexiopay/apis/payments-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nexiopay/payments-api-reference/revisions/b414b73979e5/schema)
