Return all the paymentaccounts for a site
Accepts the format ?page=1&per_page=10&search=&fromdate=&todate= date should be DD-MM-YYYY format
Path parameters
-
Site database ID
GET /ext/{siteid}/api/v1/payments/accounts
curl \
-X GET https://api.spotipo.com/ext/{siteid}/api/v1/payments/accounts \
-H "Authentication-Token: $API_KEY"