Skip to main content
Fetch complete product details for a single affiliate product using its slug identifier. Slugs are returned in product search results and remain valid until the expires_at timestamp.

Endpoint

GET /v1/discovery/products/{slug}
Requires an x-api-key header.

Path Parameters

slug
string
required
The product slug returned from a search result. Slugs are opaque and time-limited.

Example Request

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

Response (AffiliateDiscoveryProductDetailResponse)

type
string
Always "product_detail".
item
AffiliateDiscoveryProduct
Full product object.
expires_at
string | null
Expiry timestamp for this product data.

Error Responses

Status CodeDescription
403 ForbiddenMissing API key
404 Not FoundProduct slug not found
410 GoneProduct slug has expired
416 Range Not SatisfiableOut of range
503 Service UnavailableDiscovery not configured
422 Unprocessable EntityValidation error