Hi,
I’m receiving an error 500 when trying to get all orders from REST Api. Here’s the parameters i used :
- url : https://app.snipcart.com/api/orders?offset=0&limit=50
-Header : Accept:application/json
-Header : Authorization:Basic XXX…
If I remove offset and limit parameters and I add the token in the url it works.
Any help is appreciated