NY — New York 🛡️ Insurance Agent

Insurance Agent License Verification API
New York

Programmatically verify insurance agent and producer licenses in New York. Instant lookups return license status, lines of authority, appointment history, and regulatory actions — sourced from New York's official insurance regulatory authority.

Get Free API Key → View Endpoints

What This API Does

🛡️

New York Insurance Agent License Verification

Verify active insurance producer licenses issued by the New York State Department of Financial Services (NYDFS). Returns NPN, license lines of authority (P&C, Life, Health), appointment status, and any regulatory or disciplinary actions on file.

Who Uses This API in New York

🏦

Insurance Carriers & MGAs

Automate producer appointment verification for New York. Confirm active licensure before binding policies or processing commissions.

💻

InsurTech Platforms

Validate agent credentials in real-time for New York quote-and-bind workflows. Ensure compliance before every transaction.

📊

Compliance & Audit Teams

Monitor New York producer license expirations and lines of authority. Automate renewal tracking and regulatory compliance.

New York Insurance Agent Licensing Authority

Insurance Agent Licenses

New York State Department of Financial Services (NYDFS)

Governs Property & Casualty, Life & Health, Surplus Lines licensure in New York. Handles initial licensing, renewals, and disciplinary proceedings.

More New York License Types

API Endpoints

POST /insurance/verify

Verify a insurance agent license in New York

curl -X POST https://license-verify-api-production.up.railway.app/insurance/verify \
  -H "Content-Type: application/json" \
  -H "X-RapidAPI-Key: YOUR_API_KEY" \
  -d '{
    "name": "Michael Chen",
    "state": "NY",
    "license_type": "Property & Casualty"
  }'

POST /batch

Verify multiple insurance agent licenses at once

curl -X POST https://license-verify-api-production.up.railway.app/batch \
  -H "Content-Type: application/json" \
  -H "X-RapidAPI-Key: YOUR_API_KEY" \
  -d '{
    "requests": [
      { "type": "insurance", "name": "Michael Chen", "state": "NY", "license_type": "Property & Casualty" },
      { "type": "insurance", "name": "Alice Brown", "state": "NY", "license_type": "Life & Health" }
    ]
  }'

Example Response

{
  "status": "found",
  "state": "NY",
  "license": {
    "name": "Michael Chen",
    "license_number": "NY-INS-2024-XXXXX",
    "license_type": "Property & Casualty",
    "status": "Active",
    "issue_date": "2020-06-15",
    "expiration_date": "2026-12-31",
    "board": "New York State Department of Financial Services (NYDFS)",
    "disciplinary_actions": []
  }
}

Pricing

Free
$0
50 requests/day
Pro
$9.99
1,000 requests/mo
Ultra
$29.99
5,000 requests/mo
Mega
$99.99
25,000 requests/mo

Subscribe on RapidAPI →

FAQ — New York Insurance Agent License Verification

Which New York insurance license types can I verify?

Property & Casualty, Life & Health, Surplus Lines, and specialty licenses regulated by the New York State Department of Financial Services (NYDFS).

Does the API return National Producer Number (NPN)?

Yes — the API returns NPN, state license number, active lines of authority, and appointment details for New York producers.

Can I verify licenses across multiple states?

Yes. The same API works for all 50 states. Use the batch endpoint to verify New York insurance agent licenses alongside any other state in a single request.

Is there a free tier?

Yes — 50 free requests per day. No credit card required. Sign up on RapidAPI to get your key instantly.

Start Verifying New York Insurance Agent Licenses Today

Free tier — no credit card — instant API key.

Get API Key on RapidAPI →