Check if a company exists

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

company_idstringRequired
The unique identifier of the company

Response

Company exists
company_idstring
The unique identifier of the company
first_seendatetime
This represents the earliest timestamp associated with the company
last_seendatetime
This represents the latest timestamp associated with the company
organization_idstring
The organization ID for which the company was found

Errors

401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error