This endpoint uses the Company object.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Page number to retrieve
The field by which to sort. Currently, only 'createdAt' is supported.
Available options:
createdAt The sort direction. Use 'desc' for descending order; any other value (or omission) will sort in ascending order.
Available options:
asc, desc Search by company name (case insensitive)
Returns selected fields. Returns all fields if empty. Each field is separated by a comma (e.g., '_id,fields.name,domain')
Number of companies to retrieve. Default: 100. Maximum: 100