Get Payload Hash
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.
Supported Hash Types:
SHA256
SHA384
SHA512
HMACMD5
HMACSHA1
HMACSHA256
HMACSHA384
HMACSHA512
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.
Last updated
Was this helpful?