Prepare a server-side request
Create an API key for the environment you use and store it in a server-side secret named HINTADATA_API_KEY. Do not put the key in browser code, public repositories, or client-side environment variables.
Send your first product search
bash
curl --fail-with-body "https://api.pricecompare.nordicdevhouse.com/v1/search?q=sony&limit=10" \
-H "Authorization: Bearer $HINTADATA_API_KEY"A successful response contains normalized products in items. Save the canonical product identifier from the selected result; comparison, current offers, history, and price watches use that identifier.