Authentication

To make an API request you'll need an API key. One has already been generated for you on the accounts page. Once you have an API key you need to pass the key in the Authorization header when making a request like below:

curl https://shelfsignal.com/api/products/3830410 \
--header "Authorization: Bearer <YOUR_API_KEY_HERE>" 

All requests use one API credit, to get more, see pricing