Skip to contents

Get Company (Paid)

Retrieve full company data with premium access.

View as Markdown

Returns the full company record with all available data fields. Requires a Premium subscription plan.

Endpoint

Parameters

ParameterTypeInDescription
company_idintegerpathThe unique identifier of the company (first form).
jurisdictionstringpathJurisdiction code, e.g. kz (second form).
identifierstringpathNational identifier (BIN/IIN/INN) of the company (second form).

Code Examples

Get company (paid)

Response

The response body has no {"ok": ...} envelope. For /:company_id/paid the top-level keys are company, alternatives, is_full, risks, seo, relations, meta. Consuming this endpoint charges one report from your plan quota.

Success response

The /:jurisdiction/:identifier/paid form returns a reduced wrapper:

Success response (by identifier)

Error Handling

Errors are returned as {"status": <HTTP code>, "message": "<text>"}.

No active subscription (402)
Plan quota exhausted (429)
Access denied (403)