Company data API

Company Profile API

Full company profile in one call - identity, capital, current and past directors, and registered charges.

GET /v1/companies/{cin}/profile

Overview

The Company Profile API returns a rich, single-call snapshot of an Indian company: identity, status, capital, current and past directors, and registered charges. Instead of stitching together several endpoints, you get a complete company record in one response - ideal for building a company page, enriching a CRM record, or running KYB and due diligence at scale.

  • Complete company record in a single call
  • Identity, status, capital and registration
  • Current and past directors with DINs
  • Registered charges and lenders
  • Clean JSON, easy to map

How it works

  1. Generate an API key in your developer console (test keys are free).
  2. Call the endpoint with your Bearer key.
  3. Read the JSON response (standard envelope with credits info).
  4. Map the fields into your product or workflow.

Request & response

Requestcurl "https://api.infyner.com/v1/companies/L74999WB1991PLC051738/profile" \ -H "Authorization: Bearer pk_test_xxxxxxxx"
Response (sample){ "success": true, "data": { "cin": "...", "company_name": "...", "status": "Active", "paid_up_capital": 6500000, "current_directors": [ { "din": "...", "name": "...", "designation": "Director" } ], "charges": [ { "holder": "...", "amount": 50000000, "status": "Open" } ] } }

Where it's used

  • Build a company profile page
  • Enrich a CRM or vendor record fully
  • KYB and counterparty due diligence
  • Risk and onboarding screening

Frequently asked questions

What does the Company Profile API return?

A single-call snapshot: company identity, status, capital, current and past directors, and registered charges.

How is it different from CIN lookup?

CIN lookup returns only the core identity; the profile adds directors and charges in the same response.

Related APIs

Start building in minutes

Generate a free test key, call the sandbox, and go live when you're ready.

Get API access