After making a call to:
https://apisandbox.dev.clover.com/v3/access_tokens/
I receive back the following result:
{
"id": "[token removed]",
"permissions": {
"elements": [
...
{
"name": "MERCHANT_R"
},
...
]
}
}
I then make a call to:
https://apisandbox.dev.clover.com/v2/merchant/name?access_token=[token removed]
And get back:
{
"message": "401 Unauthorized"
}
This was working two days ago, and I'm not sure what could have changed.