Retrieve a paginated list of all gift card offers created by the authenticated seller.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by created at. Supports single date (YYYY-MM-DD) or date range (YYYY-MM-DD,YYYY-MM-DD).
"2019-08-14,2025-12-31"
Filter by updated at. Supports single date (YYYY-MM-DD) or date range (YYYY-MM-DD,YYYY-MM-DD).
"2025-10-05"
Sort by field. Prefix with - for descending order.
id, -id, price, -price, stock, -stock, created_at, -created_at, updated_at, -updated_at "-created_at"
Items per page (max 50)
1 <= x <= 50