I am trying to get a list of orders with their line items within a certain time period, eg the past day. When I submit a request with the REST api using curl, it works with both of the following URLs:
1: https://api.clover.com/v3/merchants/[... 2: https://api.clover.com/v3/merchants/[...
However, when I try with
3: https://api.clover.com/v3/merchants/[...
I get the following error message:
'{"message":"401 Unauthorized"}No JSON object could be detected.
I am copy and pasting the request parameters from the REST API site, so I'm not sure what the problem could be.
Thanks