---
title: "🔄 Refresh Access Token"
method: POST
path: "/v1/Auth/RefreshToken"
---

# 🔄 Refresh Access Token

`POST /v1/Auth/RefreshToken`

JWTs have a limited life (5 days for app users, and about 110 days for data hub admins). You should monitor tokens for their remaining life and refresh them before they expire using this method.

For mobile apps, we recommend to use our LoginAuth Framework:
:point-right: [iOS](https://docs.telematicssdk.com/docs/framework-for-ios-app)
:point-right: [Android](https://docs.telematicssdk.com/docs/framework-for-android-app)

## Request body

- object
  - `AccessToken` string
  - `RefreshToken` string

## Response `200`

200

---

[API](https://skmtc.net/damoov/apis/user-service.md) · [All operations](https://skmtc.net/damoov/apis/user-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/damoov/user-service/versions/1a5db2e2251f/schema)
