A unique identifier associated with operator calling API.
A SHA256 HMAC signature generated using the request body and timestamp.
Format: HMAC_SHA256(JSON.stringify(data) + ’|’ + timestamp), signed using the
provided secret key.
An Unix timestamp (milliseconds) Used to verify the request’s freshness.
Ensure the same value is used in signature generation.The signature will remain valid for only 5 minutes from the provided
timestamp.
Must be set to application/json.
Request Body
A unique identifier representing the jackpot you want to update
Response
Code indicates status of the request weather it is succeed or failed. We have listed error codes
here
Description of status code / error code.
{
"status": "RS_OK",
"message": "Jackpot 35202c21-2686-4f16-ac53-33226a336fa4 has been activated successfully."
}