Company Entities API
Company APIs
Company Entities API
Retrieve company entities for a specific its identifier
Company Entities API
Documentation Index
Fetch the complete documentation index at: https://docs.pazy.io/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
All requests require an API key in the request headers. Headers:Code Examples
Success Response
HTTP Status:200 OK
Response Fields:
| Field | Type | Description |
|---|---|---|
ok | boolean | Indicates whether the request was successful |
data.entities[].orgIdentifierId | string | Unique identifier for the organization entity |
data.entities[].entityType | string | Type of the entity identifier e.g. GSTIN, PAN |
data.entities[].entityValue | string | Value of the entity identifier e.g. the GSTIN number |
data.entities[].businessName | string | Name of the business associated with the entity |
data.entities[].state | string | Indian state where the entity is registered |
data.context.count | number | Total number of entities |
data.context.accountingPlatform | string | Accounting platform integrated e.g. TALLY, ZOHO |
Response Example
Error Responses
Org Not Found
HTTP Status:404 Not Found
Access Denied
HTTP Status:403 Forbidden
Authentication Errors
HTTP Status:401 Unauthorized
Permission Errors
HTTP Status:403 Forbidden
Best Practices
Access Control
- You can view only if you are ‘admin’.