---
title: "Add A Subscription"
method: POST
path: "/users/subscriptions"
tags: ["Subscription"]
---

# Add A Subscription

`POST /users/subscriptions`

## Request body

- SubscriptionAddModel
  - `hole_id` integer

## Response `201`

Created

- SubscriptionResponse
  - `data` integer[]
  - `message` string

## Changes

- **2023-08-12** `3c89f25c364b` — 1 info
  - endpoint added
- **2023-01-30** `a5983b52c9bd` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/opentreehole/apis/open-tree-hole/changes/users/subscriptions/post.md)

---

[API](https://skmtc.dev/opentreehole/apis/open-tree-hole.md) · [All operations](https://skmtc.dev/opentreehole/apis/open-tree-hole/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opentreehole/open-tree-hole/revisions/a91f11ffe9a4/schema)
