POST
/free-spins-campaigns/bet-values
curl \
-X POST BASE_URL/free-spins-campaigns/bet-values \
-H "Content-Type: application/json" \
-H "Signature: string" \
-H "Public-Key: string" \
-d '{"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",
"description": "string",
"traceId": "string"
}
Response examples (401)
{
"code": "ERROR_INVALID_SIGNATURE",
"description": "string",
"traceId": "string"
}
Response examples (500)
{
"code": "ERROR_UNKNOWN_ERROR",
"description": "string",
"traceId": "string"
}