We use API Key authentication mechanism for all routes.

You simply provide a header X-Key with the value of the API key that you have.

curl --request POST \
  --url https://api-v3.findify.io/v3/autocomplete \
  --header "X-Key: 2e963f3e-38bd-4c00-9636-c00e48945eb7" \
  --header "Content-Type: application/json" \
  --data '{"user":{"lang":["en-US","en-GB","no"],"uid":"test1","sid":"ssid","email":"[email protected]","ip":"192.168.0.1","ua":"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36"},"q":"t","t_client":1484741395471,"suggestion_limit":5,"item_limit":3,"log":false}'

👍

How to get an API key?

To get an API key you need to register with our service and finish the onboarding process (this includes providing a valid feed). If you just want to check out our capabilities, you can use a test API key 2e963f3e-38bd-4c00-9636-c00e48945eb7 that is connected to our demo store: http://findify-demo-store.myshopify.com