GET https://www.signalhire.com/api/v1/company/findById
Request Parameters
Secret API key. See Authentication.
Company ID (numeric) or company slug. Examples:
1033, accenture.Request Example
Response Example (HTTP 200)
Numeric company ID. Use this with other Company API endpoints.
URL-friendly company identifier. Can be used interchangeably with
id in other endpoints.Company display name.
Response Codes
| Code | Description |
|---|---|
200 | Company found. |
403 | Company API access not enabled for this account. |
404 | Company not found. |
422 | id parameter missing. |