Acronis Account Management API
Number of APIs: 156
Automates provisioning and usage reporting of Acronis Cyber Cloud services for your customers, and serves as an identity and access management framework.
Usage Guide https://developer.acronis.com/doc/account-management/v2/guide/
Full Reference https://developer.acronis.com/doc/account-management/v2/reference/
Copyright © 2019-2021 Acronis International GmbH. This is distributed under MIT license.
-
Tenants management-Tenants Info & Navigation - Get my tenant info batch GET {{base_url}}/api/2/tenants?subtree_root_id={{my_tenant_id}}&allow_deleted=true
-
Branding - Update tenant branding properties PUT {{base_url}}/api/2/tenants/{{partner_tenant_id}}/brand?version={{partner_tenant_version}}
-
Authorization - Get self info using Basic Authentication GET {{base_url}}/api/2/users/me
-
Authorization - Create an API Client POST {{base_url}}/api/2/clients
-
Applications, offering items and quota management - Set offering items for a folder tenant PUT {{base_url}}/api/2/tenants/{{folder_tenant_id}}/offering_items
-
Applications, offering items and quota management - Get offering items for a customer tenant GET {{base_url}}/api/2/tenants/{{customer_tenant_id}}/offering_items?edition={{edition}}
-
Users management - Check password POST {{base_url}}/api/2/users/check_password
-
Tenants management-Tenants Info & Navigation - Get my tenant contacts info GET {{base_url}}/api/2/contacts/{{contact_id}}
-
Authorization - Delete an API Client DELETE {{base_url}}/api/2/clients/{{client_id}}
-
Authorization - Issue a JWT token grant_type=password POST {{base_url}}/api/2/idp/token