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 URL and secret_key = 0123456789ABCDEFGHIJKLMNOPQRSTUVGenerated Hash = “e052d799478523e92e46c4b282af36f245968d324c92e044d846aafb0d873d36”. Add this hash value in the URL mentioned in step 2. Modified at 2026-05-01 11:09:12