I would like to use Clover's REST API to programmatically access data in my Clover account. For example, I want to download sales data nightly to my server to update my database automatically.
I created an API token from the setting on my Clover account. However, using it for authentication returns a 401. I scoured the Clover documentation for a use case such as mine but didn't find anything. I don't know if what I want to do is possible. Also, I don't understand how the API token I generated is supposed to be used.
In summary, my first question is: Can I use the REST API to access the data in my own Clover account without being a developer and developing an app?
My second question is more for my edification: How is the API token generated in the Clover account dashboard used?
Thank you for your assistance.