Error
A valid request URL is required to generate request examples{
"invoices": [
{
"id": "<string>",
"billing_model": "<string>",
"due_date": "<string>",
"invoice_number": "<string>",
"issued_at": "<string>",
"paid_at": "<string>",
"period_end": "<string>",
"period_start": "<string>",
"subtotal": "<string>",
"total": "<string>"
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}{
"error": "<string>"
}Api::V1::Org::Invoice
List invoices
Returns a paginated list of invoices.
GET
/
api
/
v1
/
org
/
{org_slug}
/
invoices
Error
A valid request URL is required to generate request examples{
"invoices": [
{
"id": "<string>",
"billing_model": "<string>",
"due_date": "<string>",
"invoice_number": "<string>",
"issued_at": "<string>",
"paid_at": "<string>",
"period_end": "<string>",
"period_start": "<string>",
"subtotal": "<string>",
"total": "<string>"
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}{
"error": "<string>"
}⌘I