Retrieve companies for an account

Pre-release
Returns a paginated list of companies associated with the specified account.

Authentication

AuthorizationBearer
OAuth2 authentication flows. Auth server URLs will vary by environment

Path parameters

idstringRequired
Account ID

Headers

X-Api-KeystringRequired
API key for authentication
X-API-VersionenumOptional

API version to use (optional, defaults to latest)

Allowed values:

Query parameters

searchstringOptional
Search term for company name
limitintegerOptional
Number of items per page
pageintegerOptional
Page number for pagination

Response

Successful response with paginated company list
countinteger or null
pageinteger or null
limitinteger or null
nextstring or null
previousstring or null
resultslist of objects or null