Skip to main content
GET
/
v2
/
account-offers
/
{account}
/
game-items
List game items for an account offer
curl --request GET \
  --url https://api.gameboost.com/v2/account-offers/{account}/game-items \
  --header 'Authorization: Bearer <token>'
{
  "champions": [
    {
      "id": 1,
      "name": "Aatrox",
      "slug": "lol-aatrox",
      "icon_url": "https://ddragon.leagueoflegends.com/cdn/15.15.1/img/champion/Aatrox.png"
    }
  ],
  "skins": [
    {
      "id": 182,
      "name": "Academy Ahri",
      "slug": "lol-academy-ahri",
      "icon_url": "https://ddragon.leagueoflegends.com/cdn/img/champion/loading/Ahri_6.jpg"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account
string
required

The ID of the account offer. Can be retrieved from the list of account offers.

Response

Game items associated with the account offer grouped by collection

Game items grouped by collection slug (e.g., champions, skins, roles)

{key}
object[]
I