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
| Parameter | Type | Description |
|---|---|---|
organization_id | Number | ID of the organization to fetch companies for (required) |
$limit | Number | Number of companies to return (default: 10) |
$skip | Number | Number of companies to skip (for pagination) |
$sort | Object | Sort criteria (e.g., { "created_at": -1 } for newest first) |
fastJoinForCompanyList | Boolean | Include associated data like creator and owner (recommended) |
Report an issue with this documentation
Please log in to report issues with our documentation.