---
title: "This endpoint will renew a token associated with the given accessor and its properties. Response will not contain the token ID."
method: POST
path: "/auth/token/renew-accessor"
tags: ["auth"]
---

# This endpoint will renew a token associated with the given accessor and its properties. Response will not contain the token ID.

`POST /auth/token/renew-accessor`

## Request body

- TokenRenewAccessorRequest
  - `accessor` string — Accessor of the token to renew (request body)
  - `increment` integer — The desired increment in seconds to the token expiration

## 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)
