List gift card offers
Gift Card Offers
List gift card offers
Retrieve a paginated list of all gift card offers created by the authenticated seller.
GET
List gift card offers
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by created at. Supports single date (YYYY-MM-DD) or date range (YYYY-MM-DD,YYYY-MM-DD).
Example:
"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).
Example:
"2025-10-05"
Sort by field. Prefix with - for descending order.
Available options:
id, -id, price, -price, stock, -stock, created_at, -created_at, updated_at, -updated_at Example:
"-created_at"
Items per page (max 50)
Required range:
1 <= x <= 50