question

anjan avatar image
anjan asked anjan commented

How to get all clover merchants in API call

Get all merchants list in a single call?

need to get all merchant list and ID using Developer ID or App ID

10 |2000

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

1 Answer

sam avatar image
sam Deactivated answered anjan commented

As a developer, you will only have access to the merchants who have installed your app and given permissions. There is no endpoint that will list all Clover merchants or even all merchants that have installed your app. Each request is limited to a single merchant ID which is unique to each merchant's location. If a list of active users is necessary, this information will need to be aggregated and maintained on your end.

2 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.

anjan avatar image anjan commented ·

Yes, Can I get clover API URL to get the merchants who have installed in my app?

0 Likes 0 ·
sam avatar image sam commented ·

There is no endpoint that returns an aggregated list of all your users. This will need to be aggregated on your end. One possible way to achieve this is to grab the merchant IDs that go through your app's OAuth process.

0 Likes 0 ·

Welcome to the
Clover Developer Community