Freebets API
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the list of available prepaids. A prepaid is a reward template which specifies obtainable rounds or spins (bet_count
), value of each round or spin (bet_value
), and the currency of the reward per game. For bonus_buy
prepaids, the bet_count
does not matter. bet_value
specifies the worth of the bonus.
RSA-SHA256 is used to sign the request body using the private key. The signature is validated using the public key associated with the provided operator_id
.
The unique identifier of Hub88 configuration in the Supplier's system used to authorize incoming requests. Could be either interger
or a string
.
1
The unique game identifier in Provider's system in the form of a string. game_code
can be obtained from the /game/list
endpoint and is a required parameter.
clt_dragonrising
Prepaid defines the format and size of the rewards set by the game Supplier. If bet_count
is set as null
, there are no constraints applied to it. Bet size (bet_value
) is defined by the number of lines, minimum and maximum bet limits and other in-game math.
OK
Endpoint for creating rewards. Should support creating rewards. Creating a Single-use reward
/prepaids/list
and select a prepaid.prepaid_uuid
to request.bet_value
and/or bet_count
in the prepaid is NULL
, you can enter any values. Otherwise, the values from the prepaid will be used to create the reward.RSA-SHA256 is used to sign the request body using the private key. The signature is validated using the public key associated with the provided operator_id
.
The unique identifier for an reward on Hub88 side in standard 16-byte UUID format.
a28f93f2-98c5-41f7-8fbb-967985acf8fe
The ISO 4217 currency code. The following list contains all currencies supported by the Hub88 system. Note that native game play support with these currencies may vary per Provider.
EUR
Available options: The unique user ID in the Hub88's system. In case of DEMO gameplay, this parameter may be omitted.
john12345
ID of an Hub88's sub-partner (brand, whitelabel, site, etc.) which uses the same integration and credentials as the Hub88. Used for detailed reporting and integration type switching.
my-casino-id
The date and time combination in ISO 8601 Extended format (YYYY-MM-DDThh:mm:ss).
2017-11-05T13:15:30
Standard 16-byte unique user ID (UUID) on Hub88 side referencing a prepaid reward.
0e6bde62-4713-4b85-b510-59f0d729d8f7
The unique identifier of Hub88 configuration in the Supplier's system used to authorize incoming requests. Could be either interger
or a string
.
1
The unique game identifier in Provider's system in the form of a string. game_code
can be obtained from the /game/list
endpoint and is a required parameter.
clt_dragonrising
The date and time combination in ISO 8601 Extended format (YYYY-MM-DDThh:mm:ss).
2017-11-05T13:15:30
The amount of money is displayed in integers (Int64). To convert real float value to integer Hub88 multiplys it by 100000. Example: $3.56
must be represented as 356000
The amount of spins / game rounds to be granted.
5
The Hub88 reward item
OK
Endpoint for canceling an reward. Please note that reward already claimed by user cannot be canceled.
RSA-SHA256 is used to sign the request body using the private key. The signature is validated using the public key associated with the provided operator_id
.
The unique identifier for an reward on Hub88 side in standard 16-byte UUID format.
a28f93f2-98c5-41f7-8fbb-967985acf8fe
The unique identifier of Hub88 configuration in the Supplier's system used to authorize incoming requests. Could be either interger
or a string
.
1
The Hub88 reward item
OK