Logo
Acronis Cyber Platform's Public API Documentation

Runner: Create a partner, a customer, a user and assign a user Cyber Notary user role

Number of APIs: 13


1. Notarize a file

POST {{base_url}}/notary/api/v2/files



2. Get the stored file

GET {{base_url}}/notary/api/v2/stored-files/{{file_id}}



3. Set only Cyber Files for the parter

PUT {{base_url}}/api/2/tenants/{{partner_tenant_id}}/offering_items



4. Create a customer tenant

POST {{base_url}}/api/2/tenants



5. Set only Cyber Notary for the parter

PUT {{base_url}}/api/2/tenants/{{customer_tenant_id}}/offering_items



6. Set a user the Cyber Notary user role

PUT {{base_url}}/api/2/users/{{user_id}}/access_policies



7. Issue a JWT token for Cyber Notary API Calls

POST {{base_url}}/api/2/idp/token



8. Get Certificate for the file

GET {{base_url}}/notary/api/v2/certificates/{{certificate_id}}



9. Create Stored File and Notarize

POST {{base_url}}/notary/api/v2/stored-files



10. List stored files

GET {{base_url}}/notary/api/v2/stored-files



ENDPOINTS