My company uses CloverGo for mobile transactions. We are trying to comply with new CCPA legislation where California residents can make access requests to retrieve personal information we (and our 3rd party service providers) are retaining.
Since CloverGo is a 3rd party service provider for us, we need to be able to use your REST APIs to retrieve our customer data so we may properly report on it when requested. The REST APIs we need to utilize are here:
https://docs.clover.com/clover-platform/reference/customers-1
I was able to create an account for my merchant and I created a REST API token under Account and Setup > API Tokens. I am simply trying to make a GET request in POSTMAN to the following URL:
https://api.clover.com/v3/merchants/{our MID}/customers
However, I am unsure how to send the API token I created along with the request. The docs here say that the request requires OAuth2 for authentication, but this seems to be related to creating a Clover App on some kind of app marketplace for other merchants to use.
We do not need to put some kind of app on any marketplace, I simply wish to just make requests to the API to retrieve our customer data for CCPA access purposes.
Are there any guides for this simple use case? Or, how can I send authentication details along with the request above?