---
title: "Elevate a client session."
method: POST
path: "/client/{id}/elevate"
tags: ["client"]
---

# Elevate a client session.

`POST /client/{id}/elevate`

Requires elevated authentication.

## Path parameters

- `id` integer, required

## Request body

- ElevateRequest
  - `durationSeconds` integer, required — How long the elevation should last, in seconds.

## Response `204`

Ok

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

## Changes

> 55 revisions in range; 2 not diffed.

- **2026-04-26** `17a6b7941da0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gotify/apis/gotify-rest-api/changes/client/:id/elevate/post.md)

---

[API](https://skmtc.dev/gotify/apis/gotify-rest-api.md) · [All operations](https://skmtc.dev/gotify/apis/gotify-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gotify/gotify-rest-api/revisions/757d7e98d83c/schema)
