hello , i´m new to clover, i´m trying to make my first steps with a pos webapp but i got frustrated trying to test the api.
i get the code from https://www.clover.com/oauth/merchant...
that give me code=e783b87d-7a81-c688-2d76-b6af01a31704
to get the token https://www.clover.com/oauth/token?client_id=237GZNE9M0094&client_secret={appSecret}&code=e783b87d-7a81-c688-2d76-b6af01a31704
afther get the token i go to https://api.clover.com/v3/merchants/237GZNE9M0094/items?access_token=[redacted]
{"message":"401 Unauthorized"}
can you help , what i´m do bad?