Overview
The Government Identifiers API manages official identification numbers issued by government authorities, such as EINs, VAT numbers, tax IDs, and company registration numbers across 50+ countries.Core endpoints
List government identifiers
Get all government identifiers for a business entity.
Query parameters
Response
Get government identifier
Retrieve a single government identifier by ID.
Response
Create government identifier
Add a new government identifier to a business entity.
Request body
Update government identifier
Update an existing government identifier.
Request body
200 OK on success.
Supported identifier types
United States
India
United Kingdom
Canada
Singapore
United Arab Emirates
Australia
Germany
France
Validation rules
Government identifiers are validated using jurisdiction-specific regex patterns. Invalid formats will return a400 Bad Request error.
Supporting documents
Each government identifier can have an associated supporting document (e.g., EIN letter, tax registration certificate). Upload the file first using the Files API, then reference thefileId when creating or updating the identifier.
Related resources
- Business Entity API - Manage parent business entities
- Registrations API - Link identifiers to registrations