✨ New Gift Cards API Live Now - Beta!
curl --request GET \
--url https://api.gameboost.com/v2/gift-cards/regions \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"code": "<string>",
"name": "<string>",
"slug": "<string>",
"is_country": true
}
]
}Retrieve all available gift card regions (e.g. countries or areas).
curl --request GET \
--url https://api.gameboost.com/v2/gift-cards/regions \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"code": "<string>",
"name": "<string>",
"slug": "<string>",
"is_country": true
}
]
}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.
Was this page helpful?