POST
/
v1
/
billing
/
subscriptions
/
start

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
price_id
string
required

The StripeID price_xxx that will be added to the subscription

cycle
enum<string>
required
Available options:
monthly,
yearly
tier
enum<string>
required
Available options:
_NONE_,
_TRIAL_,
_INTERNAL_,
STARTUP,
GROWTH,
SCALE,
ENTERPRISE

Response

200
application/json

The response is of type any.