404 API Response

I’m using hoppscotch io to check what information is available via GET https://app.snipcart.com/api/products
I keep getting 401. https://app.snipcart.com/api/ returns a 404, is that normal?
I’m really just trying to get this going on the simplest level.

Any suggestions or ideas are welcome.

Hi @britt, thanks for reaching out.

A 404 is expected on https://app.snipcart.com/api/ as there is no resource located at this URL.
As for the 401 error on /api/products, that is probably some issue with the authentication header.
Please check the instructions here:
API: authentication – Snipcart Documentation

If after that you still have issues, please let me know.

Thanks.

Thank you!
I did see that page before but I was repeatedly miss reading how to authenticate :upside_down_face:
But somehow I finally read it right. It works now!

1 Like