---
title: "Application´s token renew request."
method: POST
path: "/tokenrenew"
tags: ["security"]
---

# Application´s token renew request.

`POST /tokenrenew`

Application´s token renew request.

## Headers

- `X-Application-Id` string, required
- `X-Company-Id` string, required
- `X-User-Id` string, required
- `X-Trace-Id` string

## Request body

- TokenRenewRequest — Token Renew Request Entity
  - `token` string — Valid expired JWT token
  - `applicationCode` string — application to redirect token renew

## Response `200`

Successful

- TokenRenewResponse — Token Renew Response Entity
  - `token` string — New valid JWT token

## Other responses

- `204` — No content responses
- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Data not found
- `405` — Data input not supplied or invalid
- `406` — Exception

---

[API](https://skmtc.dev/hdi/apis/api-authentication-and-authorization.md) · [All operations](https://skmtc.dev/hdi/apis/api-authentication-and-authorization/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hdi/api-authentication-and-authorization/revisions/216d39155ad4/schema)
