cURL
curl --request GET \ --url https://api.paylora.org/api/v1/invoice/stats/summary \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "totalInvoices": 100, "totalByTokenResult": [ { "token": "ETH", "network": "mainnet", "amount": "1.5", "count": "2" } ], "last24HoursCount": 5 } }
Get invoice statistics. Permissions [“customer”]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User`s email confirmed