---
title: "Refresh access token"
method: POST
path: "/api/v1/field-providers/auth/refresh/"
tags: ["Field Providers", "Field API — Auth"]
---

# Refresh access token

`POST /api/v1/field-providers/auth/refresh/`

Rotate the refresh token and issue a new access token.

## Request body

- TokenRefreshRequest
  - `refresh` string, required

## Response `200`

OK

- TokenPairResponse
  - `access` string, required
  - `refresh` string, required

## Other responses

- `401` — Unauthorized

---

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