BillingInvoices
/Billing/invoices
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using Bearer scheme
In: header
Query Parameters
statuses?array<>
paymentStatuses?array<>
paymentOverdue?boolean
page?integer
Format
int32perPage?integer
Format
int32Response Body
application/json
curl -X GET "https://api.speaknode.com/api/Billing/invoices"{
"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"
}