---
title: "This endpoint will renew the given token and prevent expiration."
method: POST
path: "/auth/token/renew"
tags: ["auth"]
---

# This endpoint will renew the given token and prevent expiration.

`POST /auth/token/renew`

## Request body

- TokenRenewRequest
  - `increment` integer — The desired increment in seconds to the token expiration
  - `token` string — Token to renew (request body)

## Response `200`

OK

---

[API](https://skmtc.net/lensesio/apis/hashicorp-vault-api.md) · [All operations](https://skmtc.net/lensesio/apis/hashicorp-vault-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lensesio/hashicorp-vault-api/revisions/bd8194de0697/schema)
