Logo
Acronis Cyber Platform's Public API Documentation

Acronis Notary API

Number of APIs: 18


Enables notarization, electronic signature, and authenticity verification of files and JSON objects of any size by using the Ethereum blockchain.

Usage Guide https://developer.acronis.com/doc/notary/v2/guide/

Full Reference https://developer.acronis.com/doc/notary/v2/reference/

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


1. Authorization - Create API Client

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



2. Runner: Create a partner, a customer, a user and assign a user Cyber Notary user role - Notarize a file

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



3. Runner: Create a partner, a customer, a user and assign a user Cyber Notary user role - Get the stored file

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



4. Documents - Get documents

GET {{base_url}}/notary/api/v2/documents



5. Documents - Get all stored files

GET {{base_url}}/notary/api/v2/stored-files?limit=100&order=desc(created_at)



6. Keys - Get Keys

GET {{base_url}}/notary/api/v2/keys



7. Runner: Create a partner, a customer, a user and assign a user Cyber Notary user role - Set only Cyber Files for the parter

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



8. Runner: Create a partner, a customer, a user and assign a user Cyber Notary user role - Create a customer tenant

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



9. Runner: Create a partner, a customer, a user and assign a user Cyber Notary user role - Set only Cyber Notary for the parter

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



10. Runner: Create a partner, a customer, a user and assign a user Cyber Notary user role - Set a user the Cyber Notary user role

ENDPOINTS