---
title: "POST /admin/team/create_subscription"
method: POST
path: "/admin/team/create_subscription"
tags: ["admin"]
---

# POST /admin/team/create_subscription

`POST /admin/team/create_subscription`

## Request body

- AdminCreateSubscriptionRequest
  - `billing_interval` string, required
  - `external_customer_id` string, nullable
  - `external_price_id` string, nullable
  - `external_subscription_id` string, nullable
  - `is_active` boolean, required
  - `subscription_tier` 'free' | 'free_trial' | 'pro' | 'team' | 'enterprise', required — Represents the different subscription tiers available
  - `team_id` string, uuid, required

## Response `200`

Subscription created successfully

- AdminCreateSubscriptionResponse
  - `is_active` boolean, required
  - `subscription_tier` string, required
  - `team_id` string, uuid, required

---

[API](https://skmtc.net/structifyai/apis/structify.md) · [All operations](https://skmtc.net/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/structifyai/structify/versions/1364930b6980/schema)
