Overview
The Business Entity API provides endpoints for managing legal business entities (corporations, LLCs, partnerships, etc.) and their associated data including locations, persons, government identifiers, registrations, documents, and credentials.Core endpoints
Get business entity
Retrieve a single business entity by ID.| Parameter | Type | Description |
|---|---|---|
businessEntityId | integer | Unique identifier for the business entity |
| Parameter | Type | Description |
|---|---|---|
extends | string[] | Optional fields to include: governmentIdentifiers, locations |
Update business entity
Update core business entity information.| Parameter | Type | Description |
|---|---|---|
businessEntityId | integer | Unique identifier for the business entity |
200 OK on success.
List business entities
Get all business entities for a company.| Parameter | Type | Description |
|---|---|---|
companyId | integer | Unique identifier for the company |
Key persons
Add key person
Associate a person with a business entity.| Parameter | Type | Description |
|---|---|---|
businessEntityId | integer | Business entity ID |
personId | integer | Person ID |
200 OK on success.
Remove key person
Remove a person from a business entity.| Parameter | Type | Description |
|---|---|---|
businessEntityId | integer | Business entity ID |
personId | integer | Person ID |
204 No Content on success.
Bulk operations
Bulk assign
Assign multiple business entities to companies.Unassign business entity
Remove a business entity from a company.200 OK on success.
Related resources
- Locations API - Manage business entity addresses
- Government Identifiers API - Manage tax IDs and official numbers
- Registrations API - Manage government registrations
- Documents API - Manage entity documents
- Credentials API - Manage portal access credentials