question

john-modules avatar image
john-modules asked john-modules commented

Do I need developer dashboard?

I'm interested in creating an API integration, so that I can simply read total sales from Clover. I do not need an App on the Clover Device. I basically just want to read from the reports. I notice that I can create a "private token" and a "public token" but I see very little documentation on how to use these. Further, I notice that the docs that (I think) I need are calling for a Bearer token? Am I looking in the wrong place?

REST APIAPI Tokenauth tokens
1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

john-modules avatar image john-modules commented ·

That is, I have access and really like clover.com, I can see orders, sales, and run reports. If I don't need to create an app, do I need a sandbox/Global Developer Dashboard account?

0 Likes 0 ·

1 Answer

·
parquet76 avatar image
parquet76 answered john-modules commented

Are you a merchant or a developer? If you are a developer do you want to build an app that will be used by many merchants or just a single or a few merchants?

5 comments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

john-modules avatar image john-modules commented ·

Um, both? I am only interested in building an implementation for only my merchant IDs (we have 30 or so). I'm a developer by day :) So, in that capacity I suppose I'm a merchant. I do not want to build an app for others to use.

0 Likes 0 ·
parquet76 avatar image parquet76 john-modules commented ·

Getting an app approved by Clover is an extraordinary long and painful process. I would just use a merchant token for now, the private token is what you will pass in your API requests. The problem with this approach is that you have to manage a token for each of your merchants. I would set up a sandbox account just so you can play with the API, so you aren't experimenting in prod. Good luck.

0 Likes 0 ·
john-modules avatar image john-modules parquet76 commented ·

I understand, can you help me understand why I'm getting a 401 from the following?

```
curl --location 'https://api.clover.com/v3/merchants/{my merchant id}' \--header 'accept: application/json' \--header 'authorization: Bearer {token obtained from Settings ==> Business Operations ==> API Tokens ==> Private Token}'
```

0 Likes 0 ·
Show more comments

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community