---
title: "Subscribe to email notifications"
method: POST
path: "/v1/account.subscribeEmail"
tags: ["account"]
---

# Subscribe to email notifications

`POST /v1/account.subscribeEmail`

## Headers

- `X-Forwarded-For` string

## Request body

- V1AccountSubscribeEmailRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `email` string, email, nullable — The email address to subscribe to the newsletter (only for the landing page)
  - `subscribed` boolean, required — Whether the account wants to be subscribed to the newsletter

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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