I'm trying to use the https://www.clover.com/api_docs REST API Reference and no matter what I do it returns no content. I do not have an App - I'm just trying to access my data through the REST API.
I enter my production Merchant ID and the API Token I generated at the top of the page, then when I run any of the commands I get the following: Request URL
https://api.clover.com:443/v3/merchants/{My Merchant ID}
Response Body
no content
Response Code
0
Response Headers
{}
If I use Postman or go directly to the URL
https://api.clover.com/v3/merchants/{MID}/items?access_token={API Token}
Returns:
{"message":"401 Unauthorized"}
I do not have an associated app to install/uninstall.