✨ New Gift Cards API Live Now - Beta!
cURL
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).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of gift card brands
Show child attributes
Was this page helpful?