Skip to main content
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: GET https://www.signalhire.com/api/v1/company/findById

Request Parameters

string
required
Secret API key. See Authentication.
string
required
Company ID (numeric) or company slug. Examples: 1033, accenture.

Request Example

Response Example (HTTP 200)

integer
Numeric company ID. Use this with other Company API endpoints.
string
URL-friendly company identifier. Can be used interchangeably with id in other endpoints.
string
Company display name.

Response Codes