---
title: "Renew link share token"
method: POST
path: "/user/token"
tags: ["auth"]
---

# Renew link share token

`POST /user/token`

Returns a new valid jwt link share token. Only works for link share tokens.

## Response `200`

OK

- AuthToken
  - `token` string

## Other responses

- `400` — Only link share tokens can be renewed.

## Changes

- **2026-02-25** `178e954cbae0` — 2 info
  - api tag `auth` added
  - api tag `user` removed
- **2025-07-28** `d7c1f946dc48` — 2 info
  - api tag `user` added
  - api tag `auth` removed

[Change history](https://skmtc.dev/go-vikunja/apis/vikunja-api/changes/user/token/post.md)

---

[API](https://skmtc.dev/go-vikunja/apis/vikunja-api.md) · [All operations](https://skmtc.dev/go-vikunja/apis/vikunja-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/go-vikunja/vikunja-api/revisions/120501835be2/schema)
