---
title: "Subscribe to Loops mailing list"
method: POST
path: "/api/user/subscribe"
tags: ["User"]
---

# Subscribe to Loops mailing list

`POST /api/user/subscribe`

Subscribe the authenticated user to the Loops mailing list

## Response `200`

User subscribed to Loops mailing list successfully, or already subscribed

- object
  - `success` boolean
  - `userId` string, uuid
  - `isSubscribed` boolean

## Other responses

- `401` — User not authenticated
- `404` — User not found
- `500` — Internal server error
- `502` — Failed to subscribe user to mailing list

## Changes

- **2025-09-12** `445f64ad7456` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/recallnet/apis/trading-simulator-api/changes/api/user/subscribe/post.md)

---

[API](https://skmtc.dev/recallnet/apis/trading-simulator-api.md) · [All operations](https://skmtc.dev/recallnet/apis/trading-simulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recallnet/trading-simulator-api/revisions/c4fff489ea72/schema)
