Create plan
POST/api/v1.0/plans
Create a new subscription plan. Response includes subscriptionUrl for checkout.
Request
Responses
- 201
- 400
- 401
- 403
- 429
- 500
Plan created successfully.
Bad request - validation error
Unauthorized - invalid or missing token
Forbidden - insufficient permissions
Too many requests - rate limit exceeded
Internal server error