Get Your API Key
Contact your account manager to receive your API key. Once you have it, include it in the
x-api-key request header for all authenticated endpoints.We recommend storing the key in an environment variable so it never appears in source code:Not all endpoints require an API key. See the Authentication page for a full breakdown.
Search for Products
Send a Example response:Each item in
POST request to /v1/discovery/products/search with a natural-language query. The API returns a ranked list of matching affiliate products.items includes a slug that uniquely identifies the product, along with pricing, merchant metadata, and a direct product URL.Paginate Results
When there are more results available, the response includes a
next_cursor value. Pass it in a follow-up request to retrieve the next page. You do not need to repeat the original query — the cursor encodes it.Next Steps
Now that you’ve made your first calls, explore the rest of the platform:Affiliate Discovery
Learn all available search filters: brand, price range, sale status, merchant, and more
Criteria Sets
Save and reuse product filter configurations across searches
Chat Integration
Embed the AI shopping assistant in your app for conversational product discovery
Building Offers
Package products into single, multi, and carousel reward offers for your loyalty program