List subscription plans
GET/subscriptions/subscriptions/:subscription_uuid/plans
Retrieves a list of plans associated with the specified subscription. Using this endpoint you can see the plans that are currently active in a subscription. If active_plan
is true
, a plan is active in a subscription. If active_plan
is null, the plan is not active.
Request
Responses
- 200
- 400
- 404
- 500
Success. A list of subscription plans is returned.
Bad request. The request failed validation.
Not found. The requested entity does not exist.
Internal server error. There was a system failure in the platform.