Name | Description | Type | Required | Default |
---|---|---|---|---|
country_code | Country Code as 'AR', 'BG', etc. | String | ||
company_name | Company name in English language | String | ||
company_name_local | Company name in Local language | String | ||
city | City name in English language | String | ||
address | Address | String | ||
phone | Phone number | String | ||
fax | Fax number | String | ||
company_website | Company website url | String | ||
external_id | External company id | Array | ||
limit | The max number of the items to retrieve | Integer | ||
offset | The number of the starting item | Integer | ||
cursor | The ID of the item under which the cursor is | String | ||
format | Response format - json/xml | String | ||
token | Token | String |
Status Code | Description | Type |
---|---|---|
200 | The list of the matched companies data | CompanyMatchResponseResult |
400 | Incorrect input parameters | ErrorResponse |
401 | Authorization error | ErrorResponse |
403 | Incorrect user permissions | ErrorResponse |
404 | Requested entity not found | ErrorResponse |
429 | Too many requests were sent or limit exceeded | ErrorResponse |
500 | Internal Server Error | ErrorResponse |