Hi all, I'm making a call to get all employees for my merchant id:
https://api.clover.com:443/v3/merchants/{merchant id}/employees
I definitely have employees defined in Clover. When I makes the call in the Clover REST API page, the response body returns "no content" and the response code is zero. I am not specifying any filters. I have the same problem when getting shifts.
Oddly enough, when testing the Order under the Employee section of that API page, that call works fine:
https://api.clover.com:443/v3/merchants/{merchant id}/employees/{employee id}/orders
Any ideas what I can be doing wrong? Is anyone else seeing this behavior?