Subscriptions
Create Subscription
Creates a new subscription for a billing account.
- Automatically provides a 14-day trial if the workspace is eligible.
- Supports multiple products and quantities in a single request.
- A maximum of 3 active subscriptions are allowed per billing account.
POST
Create Subscription
Authorizations
Auth0 JWT token for user authentication.
Path Parameters
The unique identifier for the workspace.
Example:
"ws_abc123"
The unique identifier for the billing account (Stripe customer ID).
Example:
"cus_abc123"
Body
application/json
Response
201
application/json
Subscription created successfully.
The response is of type object
.
Create Subscription