Get bet values
Headers
-
Signature
string -
Public-Key
string
POST
/free-spins-campaign/bet-values
curl \
--request POST 'BASE_URL/free-spins-campaign/bet-values' \
--header "Content-Type: application/json" \
--header "Signature: string" \
--header "Public-Key: string" \
--data '{"brandId":"string","currency":"string","gameId":"string"}'
Request examples
# Headers
Signature: string
Public-Key: string
# Payload
{
"brandId": "string",
"currency": "string",
"gameId": "string"
}
Response examples (200)
{
"betValues": [
42.0
]
}
Response examples (400)
{
"code": "ERROR_UNKNOWN_ERROR",
"message": "string"
}
Response examples (401)
{
"code": "ERROR_INVALID_SIGNATURE",
"message": "string"
}
Response examples (500)
{
"code": "ERROR_UNKNOWN_ERROR",
"message": "string"
}