A valid request URL is required to generate request examples
{ "available": { "user_management": {}, "support_level": {} }, "current": { "user_management": {}, "support_level": {} }, "upgrades_available": { "user_management": [ "<string>" ], "support_level": [ "<string>" ] } }
Retrieves information about the add-ons for an organization.
cURL
curl --request GET \ --url {schemes}://api.upsun.com/organizations/{organization_id}/addons \ --header 'Authorization: Bearer <token>'
The ID of the organization. Prefix with name= to retrieve the organization by name instead.
OK
The list of available and current add-ons of an organization.
The list of available add-ons and their possible values.
Show child attributes
The list of existing add-ons and their current values.
The upgrades available for current add-ons.