POST
/game/list
curl \
-X POST BASE_URL/game/list \
-H "Content-Type: application/json" \
-H "Signature: string" \
-H "Public-Key: string" \
-d '{"brandId":"string"}'
Request examples
# Headers
Signature: string
Public-Key: string
# Payload
{
"brandId": "string"
}
Response examples (200)
{
"games": [
{
"blockedCountries": [
"XX"
],
"gameCategory": "slot",
"gameId": "string",
"gameName": "string",
"isDemoModeDisabled": true,
"isFreespinsEnabled": true,
"isWalletModeDisabled": true,
"platform": [
"web"
],
"providerName": "string",
"releaseDate": "2025-05-04",
"rtp": "string",
"supportedCurrencies": [
"string"
],
"supportedLocales": [
"en"
],
"thumbnailUrl": "string"
}
]
}
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"
}