List Companies
Retrieve all companies in your workspace with optional filtering and pagination. You can filter by domain or name, and paginate through results usingskip and take parameters.
Query Parameters
Number of companies to skip for pagination (default: 0)
Number of companies to return (default: 10)
Filter companies by domain (1-255 characters)
Filter companies by name (1-255 characters)
Response
Array of company objects
Unique identifier for the company
Company name
List of domains associated with the company
External IDs for the company
Whether to automatically add contacts with matching domains
Company size (number of employees)
Annual revenue
Linear customer tier ID
Linear customer status ID
Timestamp when the company was created
Timestamp when the company was last updated
ID of the workspace this company belongs to
Total number of companies matching the filters
Example Request
Example Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Required string length:
1 - 255Required string length:
1 - 255