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