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