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