BillingInvoicesPending

/Billing/invoices/pending

GET
/Billing/invoices/pending
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/Billing/invoices/pending"
{
  "success": true,
  "invoices": [
    {
      "lago_id": "string",
      "number": "string",
      "status": "string",
      "payment_status": "string",
      "payment_overdue": true,
      "total_amount_cents": 0.1,
      "currency": "string",
      "issuing_date": "2019-08-24T14:15:22Z",
      "payment_due_date": "2019-08-24T14:15:22Z",
      "file_url": "string"
    }
  ],
  "error_message": "string"
}