Available Endpoints
| Endpoint | Description |
|---|---|
/api/v1/company/findById | Look up a company by ID or slug. No credits consumed. |
/api/v1/company/getCount | Get the number of profiles associated with a company. No credits consumed. |
/api/v1/company/info | Get full company details. Consumes company data credits. |
/api/v1/company/getProfiles | Fetch employee profiles via callback. Consumes profile credits. |
Credits
The Company API uses two separate credit types, both independent from standard Person API credits:- Company data credits — consumed by
/company/info. Each successful call consumes one credit. - Profile credits — consumed by
/company/getProfiles.
X-Credits-Left header in responses reflects the relevant credit balance for the endpoint called.