---
title: "Subscribe account to subscritpion plan"
method: POST
path: "/subscriptions/"
tags: ["Subscriptions"]
---

# Subscribe account to subscritpion plan

`POST /subscriptions/`

## Request body

- SubscriptionCreate
  - `account` string, required — The name of the account to create subscription for
  - `plan_id` integer, required — The ID of the plan to subscribe to
  - `quantity` integer — The number of subscriptions to create

## Response `200`

Successful Response

- AppServerRestSubscriptionsDtoPayLink
  - `url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pollination/apis/pollination-server.md) · [All operations](https://skmtc.net/pollination/apis/pollination-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pollination/pollination-server/revisions/c1f3c6d96b31/schema)
