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

# Subscribe

`POST /emails`

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-16** `021e5a9aa9e2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/emails/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/021e5a9aa9e2/schema)
