This method retrieves the calculated hash of a payload using various supported hashing algorithms. The client must specify the desired hash type through the type query string parameter.
ft-access-key: stringThis is the authentication header for the request.
Required: true
type: string
Type of hash algorithms that you need to use
Important Note for HMAC Hash Types:
When using any HMAC hash type, the client must provide an additional HTTP header titled ft-hmackey. This header should contain the HMAC key in a base64 encoded format. Failure to supply this header, or providing an improperly formatted value, will result in a hashing error.
Please ensure that you use the correct hash type and appropriate encoding for the HMAC key to successfully generate the payload hash.