Innovate uses Hashing Mechanism for the encryption using following method :-Secret key is required to generate hash. Secret key will be provided by InnovateMR account manager.Code which will be used to generate hash :SHA256 encryption method : var hashVal = crypto.createHmac(‘sha256’, secret_key).update(restUrl).digest(“hex”); where restUrl = Hashed URLGenerated Hash = “5989f623bf8568b6ea4ac0668b669b6014ce72471d934f44619d7f760fcb570f”. Add this hash value in the URL mentioned in step 2. Modified at 2025-12-12 17:28:27