get
https://api.cardda.com/v1/invoices
Returns a paginated list of invoices ("facturas de venta").
Access
Access is scoped to the caller: a non-staff user must request their own invoices by
passing their user id as the user_id filter (user_id must equal the authenticated
user's id). Requests without a matching user_id are rejected with 401. Cardda
staff may query any invoices.
Filtering, sorting, pagination
Supports _start/_end pagination, _field/_order sorting, and per-field filters.
A filter value can be a plain value or a JSON string with an operator, e.g.
company_id={"$in":[...]}.
Response
Each invoice includes paid_amount (total paid to date) and its account.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
401Unauthorized - missing/invalid token, or user_id does not match the caller.
