Hash data
- Create hash of any string, object, array, number data.
- In response, we got hash string.
- API Maker supports only
SHA256
for create hashing.
Request method: POST
The secret contains the name of hashing algorithm in 'hashingAlgorithm' key. If 'nonce' available, used for hashing, if not available secret will be used for hashing.
URL
Request payload
Get hash of the given data using the global object 'g'.