POST /api/connecticut/companies
Price: 1 credit
Get a Connecticut business entity by its Business ALEI from the Connecticut Secretary of the State business records registry: legal name, status and sub-status, entity type, place of formation, formation date, NAICS code, annual-report obligation and due date, last report filed, name-reservation expiry, authorized shares and share classes, business and mailing addresses, registered agent (name, business, mailing and residence addresses), principals (name, title, addresses), former names and the full filing history with links to the digital copies of the filed documents.
Get one Connecticut business entity by its Business ALEI (7-digit registry id, e.g. 0252499; the US-CT.BER:0252499 form is accepted too). Returns one item with alei, connecticut_alei, name, account_id, status (Active/Forfeited/Merged/...), sub_status (Current/Overdue/Delinquent), company_type (Stock, LLC, Limited Partnership, Bank Stock, ...), place_of_formation (Domestic/Connecticut or Foreign/<state>), date_formed, naics_code, naics_sub_code, requires_annual_filing, annual_report_due, last_report_filed, reservation_expiration_date (only on Reserved name reservations), total_shares, business_address, mailing_address, office_in_jurisdiction_address, mailing_jurisdiction_address, service_of_process_address, agent_name and agent addresses, principals (name, principal_title, business_address, residence_address), share_classes (share_class, share_count, value_per_share), name_history (name, filing_date, filing_number) and filings (filing_id, business_filing_id, name, filing_date, filing_time, page_count, volume, volume_type, start_page, document_url). Dates are ISO YYYY-MM-DD. Use connecticut/companies/search to find the ALEI by name.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)business string required — Connecticut Business ALEI (registry identifier), with or without the US-CT.BER: prefix (examples: "0252499", "US-CT.BER:0252499"; minLength: 1)@type string (default: "ConnecticutCompany")alei string requiredname string requiredaccount_id string requiredconnecticut_alei string nullablestatus string nullablesub_status string nullablecompany_type string nullableplace_of_formation string nullabledate_formed string nullablenaics_code string nullablenaics_sub_code string nullablerequires_annual_filing boolean nullableannual_report_due string nullablelast_report_filed string nullablereservation_expiration_date string nullabletotal_shares integer nullablebusiness_address string nullablemailing_address string nullableoffice_in_jurisdiction_address string nullablemailing_jurisdiction_address string nullableservice_of_process_address string nullableagent_name string nullableagent_business_address string nullableagent_mailing_address string nullableagent_residence_address string nullableprincipals array (default: [])@type string (default: "ConnecticutPrincipal")name string requiredprincipal_title string nullablebusiness_address string nullableresidence_address string nullableshare_classes array (default: [])@type string (default: "ConnecticutShareClass")share_class string nullableshare_count integer nullablevalue_per_share number nullablename_history array (default: [])@type string (default: "ConnecticutNameHistory")name string requiredfiling_date string nullablefiling_number string nullablefilings array (default: [])@type string (default: "ConnecticutFiling")filing_id string requiredbusiness_filing_id string nullablename string requiredfiling_date string nullablefiling_time string nullablepage_count integer nullablevolume integer nullablevolume_type string nullablestart_page string nullabledocument_url string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — Entity not found (well-formed but nonexistent Business ALEI) Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.