List Companies

Retrieve a list of companies for your organization with optional filtering and pagination.

Endpoint

GET
/companies

Request

Loading editor...

Response

json
Loading editor...

Query Parameters

ParameterTypeDescription
organization_idNumberID of the organization to fetch companies for (required)
$limitNumberNumber of companies to return (default: 10)
$skipNumberNumber of companies to skip (for pagination)
$sortObjectSort criteria (e.g., { "created_at": -1 } for newest first)
fastJoinForCompanyListBooleanInclude associated data like creator and owner (recommended)

Report an issue with this documentation

Please log in to report issues with our documentation.