This method is used to generate random numbers for your app. Within the request, you can specify the lowest number, the highest number and the amount of numbers returned. There is also an option to generate a unique set of numbers with no repetition of the same numbers allowed in the return.
Query parameters
Identifier that indicates the game for which the RNG (Random Number Generator) has been used.
Highest possible value to be returned.
Lowest possible value to be returned.
Number of values to be returned.
Should the numbers returned be unique
Headers
A unique identifier of your application that is generated by the API portal and presented in the header.
Another unique identifier for your application. The secret must never be sent over HTTP.
The authentication ticket associated with the user session. The getRandomNumbers method operates in two different ways – ‘Demo’ mode and ‘Live’ mode. In Demo mode, where no money is involved, the ticket is not required and can be used without it. In Live mode, when there is a financial outcome, the developer must supply a valid authentication and the ticket must be supplied. Important: The service should not be used in Live mode without a ticket.
Response
Success