Skip to main content

Search Accounts

Search for companies (accounts) across your organization using a variety of filters. Send an empty body {} to return all results.
string
Filter by company name (partial match).
string
Filter by industry.
string
Filter by country.
string
Filter by employee size category.
string
Filter by revenue category.
boolean
Filter by public company status.
integer
default:"1"
Page number for pagination.
integer
default:"50"
Number of items per page.
Permission: accounts:read

Get Company

Retrieve detailed information about a specific company by its ID.
string
required
The unique identifier (UUID) of the company.
Permission: insights:read

Get Company Profile

Retrieve a customizable company profile with selectable sections. Use the include parameter to request specific sections, or pass full to get everything.
string
required
The unique identifier (UUID) of the company.
string
Comma-separated list of profile sections to include. Use full for all sections.Available sections: overview, key_executives, divisions, geographical_operations, swot_analysis, competitors, industry_insights, strategic_priorities, digital_strategies, risks, goals, insights_scores, events, value_pyramid, three_whys, discovery_questions, how_they_make_money, how_they_lose_money, custom_insights, employee_groups, favourite_technologies_count, territory_custom_scores, content
string
Comma-separated list of profile sections to exclude. Useful when requesting full but omitting certain sections.
string
Set to true to include source citations alongside profile data.
Permission: insights:read

Search Company Contacts

Search and filter contacts associated with a specific company. Uses POST to support complex filter combinations in the request body.
string
required
The unique identifier (UUID) of the company.
integer
default:"1"
Page number for pagination.
integer
default:"25"
Number of items per page.
string
Filter contacts by name.
string
Filter contacts by job title.
string
Filter contacts by location.
Permission: contacts:read

Get Company Technologies

Retrieve the technology stack for a company with optional filtering. Pass all filters as query parameters.
string
required
The unique identifier (UUID) of the company.
string
Filter by technology category. Valid categories include: Data, BI and Analytics, Collaboration, Communications, Customer Management, Devops And Development, E-commerce, Finance And Accounting, IT Security, Marketing, Sales, and more.
string
Filter by detection confidence level (high, medium, low).
boolean
Set to true to only return technologies marked as favourites in your workspace.
string
Free-text search to filter technologies by name.
integer
default:"1"
Page number for pagination.
integer
default:"100"
Number of items per page.
Permission: insights:read