Skip to Content
FluxStore is currently invite-only. Some sections of this documentation are still being written and expanded.
APIManagement APIGift CardsList gift cards
GET/api/v1/gift-cards

List gift cards in the store. Paginated.

Gift card redemption codes are never exposed through the API. Responses include the ID, amount, balance, and status, but not the code.

Requires the GiftCards:View permission.

Query parameters

statusstring
Filter by gift card status.
Values:
activeredeemedexpired
skipinteger
Number of results to skip. Defaults to 0.
takeinteger
Page size, max 100. Defaults to 20.

Headers

X-Api-Keystringrequired
Your API key.