Hi there, I asked this question as a reply to an older thread, but figured I'd ask the same question here.
My wife and I own a retail store and use Clover. I'm also a developer and need to pull item and order data from my clover data for reports I need to generate. I'm currently doing this by downloading the item/order exports. It's my understanding that because I'm trying to pull data from my own Clover, I don't need to use OAuth, instead I just need my mId and API Token.
My app is written using NestJS, which is basically nodeJS using typescript. I'm trying to test my integration in Postman. I'm pointing the url to https://api.clover.com. I'm using the 13 digit mId from the Setup > Merchants page (the one on the left not the 12 digit code on the right). I then have created my own API Token (under Business Operations). Using a Postman collection from one of the Clover Tutorials here's what I get:
The response I get back is:
Error: Invalid character in header content ["Authorization"]
Can anyone see what's wrong with this?
Thanks