GETGET /api/company/search
Search companies by name or EIN. Returns a list of matching businesses with basic entity information, status, and filing history.
GETGET /api/company/{ein}
Full company profile by EIN. Includes address, registered agent, filing history, and verification status.
GETGET /api/ofac/screen
OFAC sanctions screening. Checks a company or individual against the SDN list, consolidated sanctions list, and other regulatory watchlists.
GETGET /api/trademark/search
USPTO trademark search. Query by trademark name, owner, or serial number to retrieve registration status, class, and filing dates.
POSTPOST /api/reports/generate
Generate a premium compliance report for a company by EIN. Returns a structured report with verification scores.

Authentication

API key required in X-API-Key header. Generate your API key from your account dashboard.

Example

curl -H "X-API-Key: your_api_key_here" https://api.theverifiedhq.site/v1/company/search?name=Acme
Advertisement — Support The Verified HQ