---
title: "Create Subscription"
method: POST
path: "/customers/subscription"
---

# Create Subscription

`POST /customers/subscription`

Subscribe to a plan or upgrade existing plan for lowering commissions and fees, and access to premium features.

## Headers

- `api-key` string, required
- `auth-key` string, required

## Request body

- object
  - `customerId` string, required — Customer identifier
  - `planId` string, required — Plan identifier

## Response `200`

200

- object
  - `status` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/stockal/apis/uat-client-api-v2.md) · [All operations](https://skmtc.net/stockal/apis/uat-client-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockal/uat-client-api-v2/revisions/08e36bbbd3be/schema)
