Skip to documentation content
HintadataDocs

Quick start

Send your first product request.

In this guide
  1. 1Prepare a server-side request
  2. 2Send your first product search
  3. 3Continue from the contract
In this guide
  1. 1Prepare a server-side request
  2. 2Send your first product search
  3. 3Continue from the contract

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.

Continue from the contract

Was this page helpful?
Quick start – Docs | Hintadata