---
title: "[BETA] get disappearing durations"
method: POST
path: "/instances/{id}/client/action/get-disappearing-durations"
tags: ["chat"]
---

# [BETA] get disappearing durations

`POST /instances/{id}/client/action/get-disappearing-durations`

Return the allowed disappearing-messages durations (in seconds). Server-controlled, may vary by account/region. Note: This endpoint is currently in beta and may change without notice.

## Path parameters

- `id` integer, required

## Response `200`

Allowed durations retrieved successfully

- object
  - `instanceId` string — ID of the instance
  - `data` object
    - `durations` object[]
      - `type` string
      - `value` integer
  - `status` 'success' | 'error'

## Other responses

- `401` — Unauthorized — invalid or missing bearer token
- `403` — Forbidden — insufficient permissions or account blocked
- `404` — Not found — instance does not exist or does not belong to you

---

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