Logo
Acronis Cyber Platform's Public API Documentation

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. Applications, offering items and quota management - Get the Management Portal application settings for the root tenant

GET {{base_url}}/api/2/applications/{{management_portal}}/settings/tenants/{{my_tenant_id}}



2. Branding - Enable custom branding

POST {{base_url}}/api/2/tenants/{{partner_tenant_id}}/brand?version={{partner_tenant_version}}



3. External OAuth Integration - Create a new user for an external authentication for a customer tenant

POST {{base_url}}/api/2/users



4. Users management - Get a customer tenant availiable roles

GET {{base_url}}/api/2/tenants/{{customer_tenant_id}}/applications/roles



5. The training flow - Create an API Client

POST {{base_url}}/api/2/clients



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



7. Branding - Update tenant branding properties

PUT {{base_url}}/api/2/tenants/{{partner_tenant_id}}/brand?version={{partner_tenant_version}}



8. Authorization - Get self info using Basic Authentication

GET {{base_url}}/api/2/users/me



9. Authorization - Create an API Client

POST {{base_url}}/api/2/clients



10.
API Documentation

ENDPOINTS