Overview
The Registrations API manages formal registrations with government agencies that enable business operations, including tax registrations, payroll accounts, corporate registry access, and trade licenses.Core endpoints
List registrations
Get all registrations for a business entity.| Parameter | Type | Description |
|---|---|---|
businessEntityId | integer | Unique identifier for the business entity |
| Parameter | Type | Description |
|---|---|---|
extends | string[] | Optional fields to include: credentials |
Get registration
Retrieve a single registration by ID.| Parameter | Type | Description |
|---|---|---|
businessEntityId | integer | Business entity ID |
registrationId | string | Registration ID |
| Parameter | Type | Description |
|---|---|---|
extends | string[] | Optional fields to include: credentials |
Create registration
Add a new registration to a business entity.| Parameter | Type | Description |
|---|---|---|
businessEntityId | integer | Business entity ID |
Update registration
Update an existing registration.| Parameter | Type | Description |
|---|---|---|
businessEntityId | integer | Business entity ID |
registrationId | string | Registration ID |
200 OK on success.
Delete registration
Remove a registration from a business entity.| Parameter | Type | Description |
|---|---|---|
businessEntityId | integer | Business entity ID |
registrationId | string | Registration ID |
204 No Content on success.
Supported registrations
Get supported registrations
Get all registration types available for a business entity or country.| Parameter | Type | Description |
|---|---|---|
businessEntityId | integer | Filter by business entity (optional) |
country | string | Filter by country code (optional) |
Get supported registrations for entity
Get registration types available for a specific business entity.| Parameter | Type | Description |
|---|---|---|
businessEntityId | integer | Business entity ID |
Registration types
Formation
Company registration with corporate registry:- US: Secretary of State registration
- UK: Companies House registration
- India: ROC (Registrar of Companies) registration
- Singapore: ACRA registration
Income tax
Federal/national tax identification:- US: IRS federal income tax
- UK: HMRC Corporation Tax
- India: Income Tax Department
- Canada: CRA corporate income tax
Indirect tax
VAT/GST/sales tax registration:- US: State sales tax permits
- UK: VAT registration
- India: GST registration
- Singapore: GST registration
- UAE: VAT registration
Payroll
Employer withholding and unemployment insurance:- US: State withholding tax, unemployment insurance
- UK: PAYE registration
- India: Professional Tax, ESI, EPF
- Singapore: CPF registration
Social security
Employee benefit programs:- US: Social Security Administration
- India: ESIC, EPFO
- Singapore: CPF Board
Trade
Import/export licenses:- US: Customs and Border Protection
- India: Import Export Code (IEC)
- UAE: Trade license
Corporate registry
Access credentials for filing systems:- US: State business portals
- UK: Companies House WebFiling
- India: MCA portal
- Singapore: BizFile+
Registration status
| Status | Description |
|---|---|
ACTIVE | Registration is current and valid |
INACTIVE | Registration has been deactivated |
PENDING | Registration application in progress |
EXPIRED | Registration has expired (for expirable types) |
SUSPENDED | Registration temporarily suspended by authority |
Domestic vs foreign registrations
- Domestic: For entities formed in the jurisdiction (e.g., Delaware corporation registering in Delaware)
- Foreign: For entities qualified to do business from another jurisdiction (e.g., Delaware corporation registering in California)
Linking credentials
Associate portal access credentials with registrations:Related resources
- Business Entity API - Manage parent business entities
- Government Identifiers API - Required identifiers for registrations
- Credentials API - Portal access for registrations