Managing files in the notary storage
The API provides the following methods and endpoints for operations with files in the notary storage:
GET /stored-files - fetches the information about both files uploaded to the storage for notarization and files uploaded to the storage for signing.
GET /stored-files/{file_id} - fetches the information about a specific file in the storage.
GET /stored-files/{file_id}/download - downloads a specific file from the storage.
DELETE /stored-files/{file_id} - deletes a specific file from the storage.
The complete information about each endpoint is available in the API reference.