Skip to main content
GET
/
api
/
v1
/
invoice
/
stats
/
summary
Get invoice statistics
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
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

User`s email confirmed