Skip to main content
Retrieve all saved criteria sets associated with your API key. Criteria sets let you store reusable product filter configurations and reference them by ID in search requests.

Endpoint

GET /v1/discovery/products/criteria-sets
Requires an x-api-key header for authentication.

Example Request

curl https://rewardsbot-prod.liquidrewardsapi.com/v1/discovery/products/criteria-sets \
  -H "x-api-key: YOUR_API_KEY"

Response

Returns an AffiliateDiscoveryCriteriaSetListResponse object.
type
string
Always "affiliate_discovery_criteria_set_list".
items
AffiliateDiscoveryCriteriaSet[]
Array of criteria sets belonging to your account.

Error Responses

StatusDescription
403 ForbiddenMissing or invalid API key.
503 Service UnavailableCriteria set storage not configured.