cURL
curl --request GET \ --url {schemes}://api.upsun.com/organizations/{organization_id}/subscriptions/{subscription_id}/addons \ --header 'Authorization: Bearer <token>'
{ "available": { "continuous_profiling": {}, "project_support_level": {} }, "current": { "continuous_profiling": {}, "project_support_level": {} }, "upgrades_available": { "continuous_profiling": [ "<string>" ], "project_support_level": [ "<string>" ] } }
A valid request URL is required to generate request examples
The ID of the organization.
The ID of the subscription.
OK
The list of available and current addons for the license.
The list of available addons.
Show child attributes
The list of existing addons and their current values.
The upgrades available for current addons.