---
title: "Create Subscriber"
method: POST
path: "/subscribers"
tags: ["Subscribers"]
---

# Create Subscriber

`POST /subscribers`

## Request body

- CreateSubscriberRequestData
  - `email` string, email, required
  - `global` boolean, nullable
  - `components` integer[], nullable
  - `verified` boolean, nullable
  - `meta` object, nullable

## Response `200`

`Subscriber`

## Other responses

- `401` — Unauthenticated
- `403` — Authorization error
- `422` — Validation error

---

[API](https://skmtc.net/cachethq/apis/cachet.md) · [All operations](https://skmtc.net/cachethq/apis/cachet/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cachethq/cachet/revisions/1cae90969eb9/schema)
