Skip to main content
Fetch a single criteria set by its ID to inspect its configuration, criteria rules, and timestamps.

Endpoint

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

Path Parameters

criteria_set_id
string
required
The criteria set identifier. Must match ^[A-Za-z0-9][A-Za-z0-9_.-]{0,127}$.

Example Request

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

Response

Returns the matching AffiliateDiscoveryCriteriaSet object with HTTP 200 OK.

Error Responses

StatusDescription
403 ForbiddenMissing or invalid API key.
404 Not FoundNo criteria set found with the given ID.
422 Unprocessable EntityValidation error in the path parameter.
503 Service UnavailableCriteria set storage not configured.