API ReferenceBilling
Get Invoices
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Query Parameters
limit?integer
Default
10Range
1 <= value <= 100Response Body
application/json
curl -X GET "https://samva.app/api/v1/billing/invoices"[
{
"id": "string",
"number": "string",
"status": "draft",
"amountDue": 0,
"amountPaid": 0,
"currency": "string",
"created": 0,
"periodStart": 0,
"periodEnd": 0,
"invoicePdf": "string",
"hostedInvoiceUrl": "string"
}
]