Skip to main content
GET
/
developer
/
company
/
invoices
/
stats
{
  "success": true,
  "data": {
    "open": {
      "count": 1,
      "amount": 100
    },
    "overdue": {
      "count": 0,
      "amount": 0
    },
    "paid": {
      "count": 0,
      "amount": 0
    }
  }
}

Authorizations

Authorization
string
header
required

Short-lived access token. Obtain with your api_key.

Response

Open / overdue / paid counts and amounts.

success
boolean
required

Whether stats were returned successfully.

data
object