---
title: "POST /session/extend"
method: POST
path: "/session/extend"
---

# POST /session/extend

`POST /session/extend`

Extend a session.

## Request body

- object
  - `session_id` string, required — Specific session.

## Response `200`

Successful request.

- object
  - `session` string — The extended session.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized request.
- `500` — Internal server error.

---

[API](https://skmtc.net/knotapi/apis/knot-api.md) · [All operations](https://skmtc.net/knotapi/apis/knot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/knotapi/knot-api/versions/4610832c2087/schema)
