Search for companies using prefix-based matching with autocomplete support.
| Header | Description |
|---|---|
X-Access-Client-Id | Your Client ID |
X-Access-Secret | Your Access Key |
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search query to find companies. Searches across company names, domains, and synonyms. Supports partial matching and fuzzy matching for typos. |
product_type | string | No | Product type for success rate calculation. Allowed values: income, employment, deposit_switch, pll |
| Field | Type | Description |
|---|---|---|
company_mapping_id | string | Company to Payroll Provider mapping ID |
name | string | Company name |
domain | string (nullable) | Company domain |
logo_url | string (nullable) | URL to company logo |
success_rate | string | Values: low, high, unsupported, or null |
confidence_level | string | Range 0 to 1; values >= 0.5 indicate high success rate |
sso | object (nullable) | SSO provider information with name field |
| Status Code | Description |
|---|---|
| 401 | Unauthorized - Authentication failed |
| 403 | Forbidden - Insufficient permissions |