---
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` — Error response.

## Changes

- **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.dev/terminaldotshop/apis/terminal-api/revisions/628874ec2e5b?raw)
