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.
Query parameters
Response
Get registration
Retrieve a single registration by ID.
Query parameters
Response
Create registration
Add a new registration to a business entity.
Request body
Update registration
Update an existing registration.
Request body
200 OK on success.
Delete registration
Remove a registration from a business entity.
Response
Returns
204 No Content on success.
Supported registrations
Get supported registrations
Get all registration types available for a business entity or country.
Response
Get supported registrations for entity
Get registration types available for a specific business entity.
Response
Same format as above, filtered by the entity’s incorporation country and jurisdiction.
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
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