Skip to main content
GET
Get customer invoices

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Query Parameters

status
enum<string>
Available options:
draft,
pending,
paid,
sent,
overdue
date_from
string<date-time>
date_to
string<date-time>
currency
string
Required string length: 3

Response

200 - application/json

Customer invoices

customer_id
string<uuid>
total_invoices
integer
total_amount
number
currency_breakdown
object
invoices
object[]