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.
/freebet/prepaids/list
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.
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.
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./freebet/rewards/create
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.
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.
BSD
, TTD
, ZMW
, BMD
, USD
, BYR
, UGX
, HKD
, MGA
, GIP
, UZS
, MKD
, PTS
, mLTC
, EGP
, AWG
, CZK
, ILS
, MZN
, TND
, XPF
, SOS
, DOP
, RUB
, KRW
, BTN
, KGS
, BAM
, AOA
, SOC
, AMS
, BND
, RSD
, FKP
, PEN
, EOS
, GHS
, JPY
, TRY
, SBD
, UAH
, LTL
, FJD
, GNF
, MDL
, AFN
, ZAR
, MOP
, TJS
, BOB
, JMD
, QAR
, IRR
, SYP
, XXX
, NAD
, MYR
, CUP
, NOK
, BGN
, KPW
, MNT
, NZD
, uETH
, SGD
, PYG
, OMR
, DZD
, EUR
, TMT
, MMK
, PTQ
, ANG
, TZS
, CRC
, VES
, ETB
, THB
, ZWD
, LYD
, CHF
, MVR
, KES
, CVE
, LSL
, KMF
, SZL
, KYD
, BRL
, AED
, WST
, YER
, ALL
, TRX
, HUF
, GTQ
, uBTC
, IDR
, MWK
, CUC
, DKK
, TWD
, XCD
, BBD
, LRD
, KZT
, JOD
, BYN
, BIF
, PLN
, SDG
, VUV
, SEK
, BDT
, HNL
, BWP
, VND
, ISK
, SLL
, BHD
, HTG
, USDT
, ADA
, MUR
, ERN
, uLTC
, LKR
, COP
, GEL
, AUD
, GBP
, CAD
, PHP
, PAB
, DJF
, GMD
, PKR
, NIO
, AMD
, RWF
, RON
, NGN
, TOP
, UYU
, AZN
, SRD
, KWD
, PGK
, CDF
, SAR
, IQD
, XRP
, SCR
, mETH
, MAD
, GYD
, INR
, LBP
, ARS
, MXN
, CLP
, BNB
, CNY
, KHR
, LAK
, HRK
, BZD
, SSP
, XOF
, X5T
, MRO
, NPR
, mBTC
The unique user ID in the Hub88's system. In case of DEMO gameplay, this parameter may be omitted.
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.
The date and time combination in ISO 8601 Extended format (YYYY-MM-DDThh:mm:ss).
Standard 16-byte unique user ID (UUID) on Hub88 side referencing a prepaid reward.
The unique identifier of Hub88 configuration in the Supplier's system used to authorize incoming requests.
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.
The date and time combination in ISO 8601 Extended format (YYYY-MM-DDThh:mm:ss).
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.
Endpoint for canceling an reward. Please note that reward already claimed by user cannot be canceled.
/freebet/rewards/cancel
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.
The unique identifier of Hub88 configuration in the Supplier's system used to authorize incoming requests.