✨ New Gift Cards API Live Now - Beta!
curl --request GET \
--url https://api.gameboost.com/v2/currency-offers/templates/{game} \
--header 'Authorization: Bearer <token>'{
"template": {
"game": "world-of-warcraft",
"description": "Sample currency offer description",
"price": 0.123456,
"currency": "EUR/USD (optional, defaults to EUR; USD will be converted to EUR)",
"stock": 1000,
"min_quantity": 1,
"delivery_time": {
"duration": 30,
"unit": "minutes/hours/days"
},
"delivery_instructions": "(optional) Sample delivery instructions",
"currency_data": {}
}
}Retrieve a game-specific template with all required and optional fields for creating a currency offer for the specified game.
curl --request GET \
--url https://api.gameboost.com/v2/currency-offers/templates/{game} \
--header 'Authorization: Bearer <token>'{
"template": {
"game": "world-of-warcraft",
"description": "Sample currency offer description",
"price": 0.123456,
"currency": "EUR/USD (optional, defaults to EUR; USD will be converted to EUR)",
"stock": 1000,
"min_quantity": 1,
"delivery_time": {
"duration": 30,
"unit": "minutes/hours/days"
},
"delivery_instructions": "(optional) Sample delivery instructions",
"currency_data": {}
}
}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 slug of the game. Can be retrieved from the list of games.
Currency offer creation template for a specific game
Show child attributes
Was this page helpful?