---
title: "Setup a new subscriber"
method: POST
path: "/v1/admin/subscribers/setup"
tags: ["Admin"]
---

# Setup a new subscriber

`POST /v1/admin/subscribers/setup`

## Request body

- SetupSubscriberDTO
  - `displayName` string, required — Name of the subscriber
  - `clerkOrganizationId` string, required — Clerk organization ID
  - `segmentationStrategy` string — Segmentation strategy
  - `modality` 'email' | 'chat' | 'phone' — Ticket pipeline configuration

## Response `201`

Subscriber created

## Changes

- **2026-02-05** `e4e9c1052a07` — 1 info
  - the endpoint scheme security `lorikeetClientId AND lorikeetSignatureAuthV1` was removed from the API

[Change history](https://skmtc.dev/optechai/apis/lorikeet-api/changes/v1/admin/subscribers/setup/post.md)

---

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