---
title: "Signs an email address up to the newsletter."
method: POST
path: "/newsletter/subscribe"
tags: ["Newsletter"]
---

# Signs an email address up to the newsletter.

`POST /newsletter/subscribe`

## Request body

- SubscribeToNewsletterEndpointInput
  - `email` string, required — The email of the user to subscribe.
  - `token` string, required — The recaptcha token used to verify the caller is not a bot.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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