Hello,
I'm trying to do this and getting "401 Unauthorized" no matter what I do.
I've done all the steps... I have Test Merchant, Test Merchant token w/ all permissions, Test Merchant ID.
I click "Try It!"...
https://docs.clover.com/reference/merchantgetmerchant
... just always returns 401 Unauthorized.
What's wrong? What am I missing please? I can make a screen movie if that helps.
(I have already read through this, no help sorry: https://docs.clover.com/docs/401-unauthorized )
Use the API reference
To make a sample REST API call using the Clover API reference:
- From the left navigation pane, select MERCHANTS > Get a single merchant.
- In the Path Params section, enter your test merchant ID in the mId field. Your test merchant ID is a thirteen-character sequence of numbers. See Locate your test merchant ID for more information.
- In the Authentication section, enter your access token in the Bearer field. This value is the test API token that you have generated in the sandbox Developer Dashboard.
- Click Try It. In the JSON output response, the
name
value is your test merchant’s name.