Comment on page
Hash Payload
Use this method to store SHA256 hash strings. Ideal hash length is 64 characters with no spaces or special characters.
post
https://api.logware.io
/api/hash
StoreHash
The Task Id included in the StoreHash method response is temporary and does not need to be saved. Use the Task Id to get the Transaction Id with the StoreHashId method below. The Transaction Id is permanent and must be saved if you intend to look up the hash value stored later in the future. After 1 hour, the Task Id is expunged and no longer accessible.
get
https://api.logware.io
/api/hash/[env]/[taskId]
StoreHashId
post
https://api.logware.io
/api/hash/retrieve
RetrieveHash
get
https://api.logware.io
/api/hash/retrieve/[env]/[taskId]
RetrieveHashId
Last modified 1yr ago