Hi,
I'm currently trying obtain a testing API token for my test merchant. I've been following the documentation in the links below. The documentation for the Clover OAuth 2.0 Flow states that I should first request merchant authorization and then use the authorization code to request the API Token from the Clover Servers.
I tried performing the following request:
curl --request GET \
--url 'https://apisandbox.dev.clover.com/oauth/authorize?client_id={id}' \
--header 'Content-Type: application/json'
I'm receiving response, '
204 No Content`.
I'm unable to figure out why I'm receiving this response. Would someone be able to point me in the right direction?
Documentation Links:
-
Create A Test API Token:
https://docs.clover.com/build/merchant-id-and-api-...
-
Getting Started with the Clover REST API using Postman:
https://medium.com/clover-platform-blog/four-minu...