---
title: "subscribe a list of users. meant for clients to hit directly"
method: PUT
path: "/ucrm/v1/subscribe"
---

# subscribe a list of users. meant for clients to hit directly

`PUT /ucrm/v1/subscribe`

## Headers

- `Authorization` 'apikey {apikey}', required

## Request body

- object
  - `website_id` string
  - `id_type` 'email'
  - `ids` string[], required — list of email addresses

## Response `201`

emails successfully subscribed with failed ids returned in body

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal Application Error

---

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