List subscription pricing options
GET/subscriptions/subscriptions/:subscription_uuid/pricing-options
Retrieves a list of pricing options associated with the specified subscription. Using this endpoint you can see the pricing options that are currently active in a subscription. If active_pricing_option
is true
, a pricing option is active in a subscription. If active_pricing_option
is null, the pricing option is not active.
Request
Responses
- 200
- 400
- 404
- 500
Success. A list of subscription pricing options 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.