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

# Subscribe

`POST /email/subscription`

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-13** `916cf9100f68` — 1 info
  - the endpoint scheme security `Bearer` was removed from the API
- **2024-12-13** `43ff7af31b1e` — 2 breaking, 4 info
  - the `email` request property format changed from no format to `email`
  - removed the required property `result` from the response with the `200` status
  - api operation id `postEmailSubscription` was added
  - the endpoint scheme security `Bearer` was added to the API
  - …2 more

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/email/subscription/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/2d657e4e5d6b/schema)
