---
title: "Create Viewer Route"
method: POST
path: "/api/deck-admin/viewers"
---

# Create Viewer Route

`POST /api/deck-admin/viewers`

## Headers

- `authorization` string

## Request body

- ViewerCreate
  - `label` string, required
  - `password` string, nullable
  - `org` string, nullable
  - `notes` string, nullable
  - `ref_code` string, nullable
  - `email` string, nullable
  - `deck_ids` string[], required
  - `is_test_recipient` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/aipoweredsocialscan/apis/accountability.md) · [All operations](https://skmtc.dev/aipoweredsocialscan/apis/accountability/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aipoweredsocialscan/accountability/revisions/6ce776993b65/schema)
