This API request allows you to get information about document by its ID.
ID of the document is a concatenated string of the smart-contract's address (address of smart-contract where information about document is storing) and SecureRandom token (generated during document deployment process and written to smart-contract).

Response status codes:
200 - your document has been found and you can review the result
400 - if ID of the document you sent doesn't seem valid
404 - if document with ID you send doesn't found
500 - if unhandled and unexpected exception happened
502 - if exception happens while working with blockchain node

Language
Click Try It! to start a request and see the response here!