v4
OpenAPI 3.0.12026-07-3189233676.2 KBCompanies and Data Providers
Search companies with autocomplete
The endpoint provides company search using prefix.
get/v1/company-mappings-search/
Query parameters
querystring required
Search query to find companies. Searches across company names, domains, and synonyms. Supports partial matching and fuzzy matching for typos.
product_type'income' | 'employment' | 'deposit_switch' | 'pll'
Example:income
Product type for success rate calculation
Response
Example response
[
{
"company_mapping_id": "48427a36d43c4d5aa6324bc06c692456",
"name": "Facebook Demo",
"domain": "facebook.com",
"logo_url": "https://cdn.truv.com/facebook.png",
"success_rate": "high",
"confidence_level": "0.9",
"sso": {
"name": "Microsoft"
}
}
]