List companies
Returns workspace companies using cursor pagination ordered by updated_at descending by default. filter[crm_associations][eq] supports only CRM objects with object_type=company.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Free-text search string matched against company display names only. This does not search domains, descriptions, or CRM fields.
Sort order for the list. Defaults to updated_at:desc.
Return resources updated strictly after the provided ISO-8601 UTC timestamp.
Return resources updated at or after the provided ISO-8601 UTC timestamp.
Return resources updated strictly before the provided ISO-8601 UTC timestamp.
Return resources updated at or before the provided ISO-8601 UTC timestamp.
Response headers
Maximum number of authenticated requests allowed for the workspace in the current 60-second window. The limit is 1000 and applies to all /api/v2 resource routes (GET, POST, PATCH, and DELETE), shared across every credential for the workspace.
Unix epoch seconds when the current rate-limit window resets.