Create a new subscription
Subscriptions
Create a new subscription
Creates a new subscription for a customer. Requires authentication and admin privileges if organization ID is present.
POST
Create a new subscription
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The unique code identifying the subscription plan
Example:
"PREMIUM_MONTHLY"
Indicates if this is a trial subscription
Example:
false
Number of seats/licenses for the subscription
Required range:
1 <= x <= 1000000Example:
5
Email address of the subscription owner
Example:
"john.doe@example.com"
Full name of the subscription owner
Example:
"John Doe"
Response
Subscription created successfully