I’ve been reading over the API documentation extensively and can’t seem to make a successful API request. I am using reqbin.com to test it out, but to no avail and each request returns a 401 (unauthorized) error.
With this sample curl request from the documentation I replace YOUR_SECRET_API_KEY with my secret key.
curl -H "Accept: application/json" \
https://app.snipcart.com/api/orders \
-u {YOUR_SECRET_API_KEY}:
I’m not particularly knowledgeable about curl requests. Is there something painfully obvious I’m missing?