List Companies
Get a list of companies. Supports server-side filters; use pagination.total to count without downloading all rows.
Autorizaciones
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parámetros de consulta
Page number
Limit (use a small limit and read pagination.total to count matches)
List of company id
Search text matched against company name or external id
Filter by company status (e.g. accepted, pending). Repeat the param for multiple values.
When true, only parent/root companies (isRootCompany=true). When false, only non-root.
When true, only test companies. When false, exclude test companies.
When true, only companies that are organization parents (id equals mainParentId or mainParentId is null).

