TradeTrust API
#
Verify endpointCurrently there is an API endpoint for verifying documents issued on ropsten network at: https://verify-ropsten.tradetrust.io. However it is recommended that you setup your own, refer to the guide on how.
#
Axios exampleaxios.post("https://verify-ropsten.tradetrust.io", ISSUED_DOCUMENT)
Example usage:
#
Curl examplecurl --location 'https://verify-ropsten.tradetrust.io' --request POST --data 'ISSUED_DOCUMENT'
Return response of a verified document:
Remember to replace ISSUED_DOCUMENT
with your own document json object in the above examples.