Skip to main content

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.
Path parameters Query parameters Response

Get government identifier

Retrieve a single government identifier by ID.
Path parameters Response

Create government identifier

Add a new government identifier to a business entity.
Path parameters Request body
Response

Update government identifier

Update an existing government identifier.
Path parameters Request body
Response Returns 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 a 400 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 the fileId when creating or updating the identifier.