Connecticut DCP API data

Connecticut Contractor Credential API

Integrate Connecticut DCP HIC and NHC registrations and MCO licenses through one search and verification API while retaining their distinct credential kinds.

Production APILive
curl --request POST "https://api.statelicense.io/v1/search" \
  --header "Authorization: Bearer YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "state": "CT",
  "business_name": "ACME",
  "page_size": 5
}'
Representative response
{
  "results": [
    {
      "state": "CT",
      "license_number": "LICENSE_NUMBER",
      "business_name": "Example Contractor",
      "status": "active",
      "authority": "Licensing authority",
      "license_type": "Source-specific type",
      "source_updated_at": "2026-09-03T00:00:00Z"
    }
  ],
  "total": 1,
  "page": 1
}

Authority

Connecticut Department of Consumer Protection (DCP)

Live coverage

Statewide HIC and NHC registrations and MCO licenses, including historical records

Refresh cadence

Expected daily

Dataset scope

The integration filters and paginates the official DCP dataset for HIC, NHC, and MCO records. Each type is ingested separately, with its source status preserved.

  • Filter search by CT and a specific license_type when needed.
  • Verify a supplied credential number.
  • Use credential_kind to distinguish registration from license.

Production refresh

Connecticut source jobs are scheduled daily. Review source_updated_at and last_updated when available; confirm material decisions at DCP eLicense.

API fields returned

InformationAvailability
Credential number and kindWhen supplied by the authority
Raw and normalized statusWhen supplied by the authority
HIC, NHC, or MCO typeWhen supplied by the authority
Business identity and locationWhen supplied by the authority
Dates and freshnessWhen supplied by the authority

Freshness: Expected daily. Field availability depends on the source record; unavailable values are not inferred.

Coverage limitations

  • • HIC and NHC are registrations; MCO is a license.
  • • Historical and adverse results require current-status review with DCP.

Connecticut Contractor Credential API FAQ

Which Connecticut types are covered?

HIC and NHC registrations and MCO licenses from the DCP State Licenses and Credentials dataset.