I'm new to clover to if this seems elementary I apologize.
I logged into my merchant account and created an api_token. Got my mID from drop down menu on the top right. I try to do a simple request in postman like this
https://api.clover.com/v3/merchants/{mID}/items
and the response I am getting back is this
{ "message": "401 Unauthorized"}
I made sure the user token I created has the correct priviledges already and it does.
I am NOT trying to create a public app for everyone to use. I am trying to create a private script that simply syncs MY clover inventory, back to my ecommerce site.
I don't understand the purpose of being able to generate an access token in your dashboard if they are going to make you create an app
What am I doing wrong?