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.
company_name
string
Filter by company name (partial match).
industry
string
Filter by industry.
country
string
Filter by country.
employee_size_category
string
Filter by employee size category.
revenue_category
string
Filter by revenue category.
public_company
boolean
Filter by public company status.
page
integer
default:"1"
Page number for pagination.
per_page
integer
default:"50"
Number of items per page.
Permission: accounts:read

Get Company

Retrieve detailed information about a specific company by its ID.
company_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.
company_id
string
required
The unique identifier (UUID) of the company.
include
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
exclude
string
Comma-separated list of profile sections to exclude. Useful when requesting full but omitting certain sections.
sources
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.
company_id
string
required
The unique identifier (UUID) of the company.
page
integer
default:"1"
Page number for pagination.
per_page
integer
default:"25"
Number of items per page.
name
string
Filter contacts by name.
job_title
string
Filter contacts by job title.
location
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.
company_id
string
required
The unique identifier (UUID) of the company.
category
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.
confidence
string
Filter by detection confidence level (high, medium, low).
favourites
boolean
Set to true to only return technologies marked as favourites in your workspace.
q
string
Free-text search to filter technologies by name.
page
integer
default:"1"
Page number for pagination.
per_page
integer
default:"100"
Number of items per page.
Permission: insights:read