---
title: "Renew API token"
method: POST
path: "/api_tokens/renew/{id}"
tags: ["api tokens"]
---

# Renew API token

`POST /api_tokens/renew/{id}`

Deletes the given token and creates a new token.

## Path parameters

- `id` integer, required

## Response `200`

The token was renewed successfully.

- APIToken
  - `id` integer — The unique ID of the API token.
  - `title` string, nullable — The title of the token. Can be null.
  - `token` string — The token string.

## Other responses

- `404` — The token ID was not found.

---

[API](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/resource-management-openapi-reference/versions/e4c439ac13f2/schema)
