This method allows the partner to get the game list.
Request Code Samples
curl --location 'https://<GAME_PROVIDER_URL>/games/v1/list?secret=<secret>'
Responses
application/json {
"id": "4d2d758e-5d17-4c65-bc1d-e31d1dd220ea",
"name": "Lucky Loot",
"developer": {
"id": "8da630c9-6378-4f20-b864-320287ea4ebf",
"name": "developerX"
},
"ownerName": "Lucky Loot",
"logoUrl": "image.png",
"hidden": false,
"monetizationType": "profit",
"category": "Crash game",
"hasDemo": true,
"hasMobileVersion": true,
"hasDedicatedMobileUrl": true,
"supportedCurrencies": [
"RUB",
"USD"
],
"supportedLanguage": [
"ru",
"en"
],
"createdAt": "2021-05-14T16:52:56.950Z",
"updatedAt": "2021-05-14T16:52:56.950Z"
}
Modified at 2026-01-26 14:47:00