List invoices
Returns a paginated list of invoices. Supports filtering by customer, status, and subscription.
Authentication
AuthorizationBearer
Use a secret key (sk_test_* or sk_live_*) for full read/write access, or a public key (pk_test_* or pk_live_*) for read-only access.
Query parameters
limit
Maximum number of items to return (1-100).
offset
Number of items to skip before returning results.
customer_id
Filter by customer UUID.
status
Filter by invoice status.
subscription_id
Filter by subscription UUID.
Response
A paginated list of invoices
data
pagination
Errors
401
Unauthorized Error