/invoices
GET
/invoices
Use this method to get a list of invoices. On success, returns array of Invoice.
Query Params
Name
Type
Description
id
number
Optional. Invoice ID.
status
paid | active
Optional. Status of invoices to be returned. Default to all statuses.
page
number
Optional. Page number. Default to 1.
limit
1-100
Optional. Maximum number of invoices on one page. Default to 100.
Last updated