Use this endpoint to resolve a company name or slug to a stable numeric ID. The result can be used with other Company API endpoints. This endpoint does not consume any credits. Endpoint:Documentation Index
Fetch the complete documentation index at: https://docs.signalhire.com/llms.txt
Use this file to discover all available pages before exploring further.
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. |