Get Many
POST
https://api.lootlocker.io/admin/game/{game_id}/reward/get-many
rewards
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lootlocker.io/admin/game//reward/get-many' \
--header 'x-auth-token: ' \
--header 'x-auth-token;' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"kind": "group",
"group": {
"created_at": "2024-06-18T10:42:51Z",
"name": "Small Metal Mouse",
"description": "Carbonite web goalkeeper gloves are ergonomically designed to give easy fit",
"metadata": null,
"associations": [
{
"kind": "currency",
"group": null,
"currency": {
"created_at": "2024-06-24T12:39:32Z",
"updated_at": "2024-06-24T12:39:32Z",
"amount": "123",
"details": {
"name": "Gold",
"code": "gld",
"amount": "123",
"id": "01J0NA0R3XF5311ECTDDV84H3J"
},
"reward_id": "01J1544ED99267EFR1T46S3BVM",
"currency_id": "01J0NA0R3XF5311ECTDDV84H3J"
},
"progression_reset": null,
"progression_points": null,
"asset": null
},
{
"kind": "currency",
"group": null,
"currency": {
"created_at": "2024-06-24T12:39:32Z",
"updated_at": "2024-06-24T12:39:32Z",
"amount": "321",
"details": {
"name": "Wood",
"code": "wod",
"amount": "321",
"id": "01J0NA0XHVBJAEAFBYQG7KXZ1X"
},
"reward_id": "01J1544EDGZ87HXNWS7TY3ET3P",
"currency_id": "01J0NA0XHVBJAEAFBYQG7KXZ1X"
},
"progression_reset": null,
"progression_points": null,
"asset": null
}
],
"reward_id": "01J0NF2F6M5K815EVBPE69WG2Q"
},
"currency": null,
"progression_reset": null,
"progression_points": null,
"asset": null
}
Request
Path Params
game_id
stringÂ
required
Header Params
x-auth-token
stringÂ
optional
Example:
{{admin_auth_token}}
Body Params application/json
Responses
Modified at 2024-10-22 11:13:00