Retrieve a list of all companies associated with the firm. Each company includes identifiers and metadata.
Notes:
Permissions:
Your valid bearer token. All Auth tokens persist for all requests. Make sure to replace Client Credential Basic
tokens with Bearer
tokens after retrieving your bearer token. Go to the API Reference/Setup, User Guides/Initial Setup, or API Reference/Get API Access Token page to get your token.
A page number within the paginated result set.
Number of results to return per page.
Filter companies by ID. Can be specified multiple times to filter by multiple IDs (e.g., ?ids[]=123&ids[]=456&ids[]=789).
Filter companies by name. Performs case-insensitive partial matching on company names. .
The response is of type object
.