Resources

GET
/api/v2/invoices
List invoices

Params

  • number

    Filter by number

  • client_id

    Filter by client_id

  • start_date

    Filter invoices from start_date to end_date (or today's date if end_date is omitted)

  • end_date

    Filter invoices from start_date (or from the beginning of time if start_date is omitted) to end_date

  • sort

    Allowed sort fields: number, date. The direction is specified by prefixing the field with +/- (+ for ASC, - for DESC). Example: “sort=+field,-secondary_field”