Skip to main content

Get Bonus List

Request

URI: /getBonusList

Example usage: https://{base_url}/getBonusList?{parameters}

The request is executed using the GET method.

This method allows you to retrieve a list of available bonuses.

NameTypeRequiredDescription
Hash-AuthorizationstringYesHash from the request
Read more about it here

Request parameters

NameTypeRequiredDescription
providerIdintegerYesAccepts one parameter: providerId (you can find it here)
Currently, the function works exclusively with Sportsbook

Response parameters

NameTypeRequiredDescription
dataarrayYesList of available bonuses
data.idintegerYesBonus identifier
data.namestringYesBonus name
data.dataarrayYesBonus data

Example of a successful response

Response: /getBonusList
{
"data": [
{
"id": "2371651782754570240",
"name": "Freemoney2",
"data": {...}
}
]
}