List gift card batches
Returns the gift card batches issued by the current store. Each batch
groups the cards generated together for a campaign or bulk-issuance
— the cards themselves live under /admin/gift_cards and reference
the batch via gift_card_batch_id.
Required scope: read_gift_cards (for API-key authentication).
GET
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Headers
Bearer token for admin authentication
Query Parameters
Page number
Records per page
Filter by prefix (contains)
Sort by field. Prefix with - for descending.
Spree Admin SDK

