---
title: "Subscribe email"
method: POST
path: "/email"
tags: ["Miscellaneous"]
---

# Subscribe email

`POST /email`

Subscribe to email updates from Terminal.

## Request body

- object
  - `email` string, email, required — Email address to subscribe to Terminal updates with.

## Response `200`

Email subscription was created.

- object
  - `data` 'ok', required

## Other responses

- `400` — Bad Request
- `429` — Too Many Requests
- `500` — Internal Server Error

## Changes

- **2025-03-19** `1c6726b12e29` — 3 breaking, 18 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `400`
  - the response's body type/format changed from ``/`` to `object`/`` for status `429`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `400`
  - …17 more
- **2025-03-07** `979a6c40552c` — 2 breaking, 3 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `400`
  - removed the required property `error` from the response with the `400` status
  - added `#/components/schemas/ErrorResponse` to the response body `allOf` list for the response status `400`
  - added the non-success response with the status `429`
  - …1 more
- **2024-12-18** `416a8af6f912` — 2 info
  - the `data` response property const value `ok` was added for the status `200`
  - removed the `ok` enum value from the `data` response property for the response status `200`
- **2024-12-16** `56a8a6f18e6c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/email/post.md)

---

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