List Companies
Returns a list of matching companies from the Intellizence database
GET /api/v1/companies HTTP/1.1
Parameters
Param | Mandatory | Description |
---|---|---|
name | N | Partial name of the Company, minimum 3 chars required. |
domain | N | Partial Domain Name without http(s), minimum 6 chars required. |
Note : You have to pass either Company Name or Domain Name.
Response Body
Status code | Description |
---|---|
200 | Success |
201 | Input minimum 3 chars of Company Name or minimum 6 chars of Domain Name |
202 | Minimum 3 chars of Company Name required |
203 | Minimum 6 chars of Domain Name required |
Last updated