---
title: "Auth token refresh route"
method: POST
path: "/v2/auth/refresh/"
tags: ["auth"]
---

# Auth token refresh route

`POST /v2/auth/refresh/`

Post your refresh token to this route when using API auth in order to get a new token

## Headers

- `Reposit-Auth` string

## Request body

- RefreshRequest
  - `refresh_token` string

## Response `200`

Successful login

- RefreshResponse
  - `access_token` string

---

[API](https://skmtc.net/repositpower/apis/reposit-customer-api-openapi-3-0.md) · [All operations](https://skmtc.net/repositpower/apis/reposit-customer-api-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/repositpower/reposit-customer-api-openapi-3-0/revisions/8c625fc29409/schema)
