List Promotions
List all promotions with filtering and pagination options
GET
Documentation Index
Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint returns a paginated list of promotions. You can filter by status, type, validity dates, and more.
Authentication
This endpoint requires a valid API key withpromotions:read permissions.
Query Parameters
Number of promotions to return (1-100)
Number of promotions to skip
Filter by status: “active”, “scheduled”, “paused”, “expired”
Filter by promotion type: “percentage”, “fixed_amount”, “bogo”, “tiered”, “bundle”, “free_shipping”
Search by promotion code (partial match)
Filter promotions active on a specific date (ISO 8601)
Filter by eligible customer segment
Sort by field: “created_at”, “start_date”, “end_date”, “priority”, “usage_count”
Sort order: “asc” or “desc”