✨ New Gift Cards API Live Now - Beta!
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"
}
]
}Retrieve all game items (champions, skins, etc.) associated with this account offer grouped by collection type.
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"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.gameboost.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the account offer. Can be retrieved from the list of account offers.
Game items associated with the account offer grouped by collection
Game items grouped by collection slug (e.g., champions, skins, roles)
Show child attributes
Was this page helpful?