---
title: "[BETA] get the current Status privacy"
method: POST
path: "/instances/{id}/client/action/get-status-privacy"
tags: ["story"]
---

# [BETA] get the current Status privacy

`POST /instances/{id}/client/action/get-status-privacy`

Retrieve the current Status privacy setting for the instance. Returns the audience type ("contact" for all contacts, "allow-list" for an allowlist, "deny-list" for a denylist) and the configured contacts (when type is allow-list or deny-list). Note: This endpoint is currently in beta and may change without notice.

## Path parameters

- `id` integer, required

## Response `200`

Status privacy retrieved successfully

- object
  - `status` 'success' | 'error'
  - `instanceId` string
  - `data` object
    - `setting` 'contact' | 'allow-list' | 'deny-list'
    - `contacts` string[]
    - `shareToFB` boolean
    - `shareToIG` boolean
  - `links` object
    - `self` string

## 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
- `409` — Conflict — instance is not ready
- `429` — Too many requests — rate limit exceeded

---

[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/revisions/1e2cc7c12090/schema)
