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/

Blog Post
https://developer.acronis.com/blog/posts/prototyping-acronis-cyber-platform-api-solutions-with-Qodex-account-management/

Copyright © 2019-2021 Acronis International GmbH. This is distributed under MIT license.

  1. 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

  2. Branding - Update tenant branding properties PUT {{base_url}}/api/2/tenants/{{partner_tenant_id}}/brand?version={{partner_tenant_version}}

  3. Authorization - Get self info using Basic Authentication GET {{base_url}}/api/2/users/me

  4. Authorization - Create an API Client POST {{base_url}}/api/2/clients

  5. Applications, offering items and quota management - Set offering items for a folder tenant PUT {{base_url}}/api/2/tenants/{{folder_tenant_id}}/offering_items

  6. 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}}

  7. Users management - Check password POST {{base_url}}/api/2/users/check_password

  8. Tenants management-Tenants Info & Navigation - Get my tenant contacts info GET {{base_url}}/api/2/contacts/{{contact_id}}

  9. Authorization - Delete an API Client DELETE {{base_url}}/api/2/clients/{{client_id}}

  10. Authorization - Issue a JWT token grant_type=password POST {{base_url}}/api/2/idp/token