List companies

Returns the paginated list of companies the authenticated user belongs to
(for Cardda staff, all companies). This is the non-company-scoped
discovery endpoint — it does not require the company-id header, because
it is exactly how a client discovers which companies (and therefore which
company-id values) it may operate on.

Each item is augmented with the computed counters n_users, n_cards,
n_virtual_cards and owner_id. The financial balance method is added
only for Cardda staff.

Supports the standard list query parameters (_start, _end, _order,
_field) plus MongoDB-style filters passed as query params (e.g.
identifier, name, verification_status), where each value may be a plain
value or a JSON operator object such as {"$in":["..."]}.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
≥ 0

If all the transactions where in an array, this would represent the index of the first item returned in the response

integer
≥ 0

If all the transactions where in an array, this would represent the index of the last item returned in the response

string
enum

The order method, which can be ascending or descending

Allowed:
string

The field used to sort, the example illustrates a response that would be sorted by the creation date

string

Filter by company tax id (RUT). Plain value or JSON operator object.

string

Filter by company name.

string
enum

Filter by KYC verification status.

Allowed:
Responses

401

Unauthorized

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json