Skip to main content

Start here

This guide contains public integration notes for Mississippi. Use it for identifier formats, search behavior, and country-specific caveats. The live source of truth for coverage, pricing, data sources, documents, legal forms, roles, and status values is the pricing page.

Mississippi coverage, pricing, and sources

Open the current catalog for supported datapoints, documents, sources, identifiers, and availability.
This jurisdiction may be in preview or limited availability. Check the live pricing page or contact support before relying on it in production.
Country details below are preserved as integration notes. If a table or example conflicts with the live pricing page, use the pricing page as the source of truth and contact support.

Table of Contents

API access: US-MS is not yet part of the public countryCode enum. Contact us to enable it on your workspace. Requests sent with countryCode: "US-MS" will otherwise return 400 until the enum is expanded.

Data Sources

Mississippi uses a single integration against the Mississippi Secretary of State, Business Services portal (corp.sos.ms.gov). The register covers all for-profit corporations, limited liability companies, non-profit corporations, limited partnerships, limited liability partnerships, general partnerships, sole proprietorships, cooperatives, foreign business trusts, and the foreign variants of these structures registered to do business in Mississippi. Each entity on the live portal carries a numeric Business ID as its primary identifier, together with the legal name, filing type, status, formation date, principal office address, registered agent, full officer and director roster (name, mailing address, and title), and name history.
Mississippi does not publish a bulk data extract or open-data feed. All data is fetched live from the Secretary of State public portal on each request.

Company Identifiers

Query Identifiers

Identifier TypeFormatExampleNotes
Business IDNumeric, typically 6-7 digits104297Unique identifier assigned by the Mississippi Secretary of State. No leading zeros.
Use /v2/search to resolve a company name to its Business ID before calling /v2/company. The Business ID returned by search is the exact value to pass as id in the profile request.

Identifiers in API Response

IdentifierFormatExampleFound In
businessIdNumeric, typically 6-7 digits104297All entities

Search Capabilities

Search TypePatternExampleMatch TypeExpected Results
By Name2-100 chars"Delta Power"Starts-with (case-insensitive)Multiple results
By Business IDNumeric104297Exact (matchType: id)Single result
Name search anchors on the beginning of the legal name. The result set is capped at 50 matches. Use a more specific query string to narrow results. The same entity may appear multiple times in name-search results when it has aliases or a prior legal name; deduplicate on the entity’s Business ID.

Quirks & Gotchas

QuirkDetails
Multiple name rows per entityA single entity can appear more than once in name-search results when it carries aliases or previous legal names. Deduplicate by Business ID.
Name Reservations have no Business IDAdministrative name reservations do not receive a Business ID. They appear in search results but cannot be profiled and are outside company entity scope.
Empty detail page for some dissolved entitiesA small number of dissolved entities return an empty detail page from the register. The API returns resource_not_found for these cases; retrying will not help.
Officers holding multiple rolesThe register stores compound titles (for example “President, Chairman, Chief Executive Officer”). Topograph splits these into one entry per role in legalRepresentatives.
Empty officer titleSome officers appear in the register with no title at all. These records are still returned in legalRepresentatives with the person’s name and address; the role fields will be absent or unspecified.
No shareholder or UBO registerMississippi does not publish shareholders or beneficial owners for any entity type.
No activity codesThe Secretary of State does not publish NAICS, NACE, or ISIC codes on the entity detail page.
Sole proprietorships includedUnlike many US states, Mississippi publishes sole proprietorship registrations and fictitious name (DBA) registrations alongside corporate entities.
Trade Register Extract is includedThe printable detail page is bundled with the company data at no extra charge. See Documents below.

Mappings

The Filing Type field on the portal is a closed vocabulary of 14 values. These were enumerated from live portal data by sweeping ten distinct name-search queries across the full register.
MS Filing TypeStandardizedISO 20275
Business CorporationCorporationC3JQ
Foreign CorporationCorporation
Limited Liability Company (LLC)LimitedLiabilityCompanyJY0X
Foreign Limited Liability Company (LLC)LimitedLiabilityCompany
Non-Profit CorporationNonprofitOrganization4RCO
Foreign Non-Profit CorporationNonprofitOrganization
Limited Partnership (LP)PartnershipT91T
Foreign Limited Partnership (LP)Partnership
Limited Liability Partnership (LLP)Partnership
General PartnershipPartnership
CooperativeCooperative
Foreign Business TrustTrust
Sole ProprietorshipSoleProprietorship
Name ReservationOther
Foreign variants carry no ISO 20275 ELF code because the ELF code belongs to the jurisdiction of formation, not the state of registration. See the pricing page for the full searchable table.

Officer Roles

The register publishes officer titles as free text. The set of observed values is small and largely closed. Topograph maps each raw title to a standardized role.
Common Register TitleStandardizedNotes
PresidentPresident
Vice PresidentVicePresident
SecretarySecretary
TreasurerTreasurer
DirectorDirector
ChairmanChairman
Chief Executive OfficerChiefExecutiveOfficer
Chief Financial OfficerChiefFinancialOfficer
Assistant SecretaryAssistantSecretary
Assistant TreasurerAssistantTreasurer
IncorporatorIncorporatorFormation-time role only
OtherOther
Officers holding multiple titles are emitted as separate legalRepresentatives entries, one per role. The Registered Agent is returned under otherKeyPersons (not legalRepresentatives) as a service-of-process designee.

Company Statuses

Mississippi publishes 12 distinct status values. Entities in Good Standing are active and in compliance. All other statuses indicate an inactive or terminated state.
Register StatusNotes
Good StandingActive and in compliance
DissolvedVoluntarily or administratively dissolved
CancelledRegistration cancelled
RevokedAuthority to do business revoked
WithdrawnForeign entity withdrawn from Mississippi
MergedEntity merged into another entity
InactiveNo longer active
Void-Failure to FileVoided for failure to file required reports
Void/AFF/VoidAdministrative void variant
Intent to Dissolve: TaxIn the process of dissolution for tax reasons
Name ChangeEntity name changed (transitional status)
Reserved NameApplies to Name Reservation filings only

Data Availability

Data PointAvailableNotes
Company nameYesCurrent legal name from the live portal
Company statusYesOne of 12 published status values (see Company Statuses above)
Registration dateYesEffective date of filing as published on the portal
State of incorporationYesState or territory where the entity was originally formed
Legal addressYesPrincipal office address (street, city, state, ZIP)
Legal formYesOne of 14 Filing Type values with ISO 20275 mapping where available
Legal representativesYesOfficers and directors with name, mailing address, and role title
Registered agentYesAgent name and address from the live portal (returned under otherKeyPersons)
Name historyYesPrevious legal names and aliases (Legal, Previous Legal, Alias, Fictitious Name types)
Trade Register ExtractYesPrintable detail page included at no extra charge with company data
Articles of Organization / IncorporationYesFormation Form PDF from the register filing history, ordered separately
Annual ReportYesAnnual Report PDF from the register filing history, ordered separately
Amendment / Other FilingYesAmendments, mergers, reinstatements, and other filings from the register history, ordered separately
Activity codesNoNot published by the Secretary of State
ShareholdersNoNot collected by the Mississippi business register
UBOsNoNo state beneficial-ownership register; the federal database is restricted
Financial dataNoNot collected
The Trade Register Extract is a printed PDF of the current entity detail page from the Secretary of State portal, included with every company data request at no extra charge. Filed documents (Formation Form, Annual Reports, Amendments, and other filings) are ordered separately and are also available at no register fee. See the pricing page for the full document catalog.

Example API Responses

Search by Name

curl -X POST "https://api.topograph.co/v2/search?country=US-MS&query=Delta+Power" \
  -H "x-api-key: YOUR_API_KEY"
[
  {
    "id": "104297",
    "legalName": "DELTA POWER COMPANY",
    "countryCode": "US-MS",
    "matchReason": {
      "matchType": "default"
    },
    "address": {
      "region": "MS",
      "countryCode": "US"
    }
  }
]

Search by Business ID

curl -X POST "https://api.topograph.co/v2/search?country=US-MS&query=104297" \
  -H "x-api-key: YOUR_API_KEY"
[
  {
    "id": "104297",
    "legalName": "DELTA POWER COMPANY",
    "countryCode": "US-MS",
    "matchReason": {
      "matchType": "id"
    }
  }
]

Company Profile

curl -X POST "https://api.topograph.co/v2/company" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "countryCode": "US-MS",
    "id": "104297",
    "dataPoints": ["company", "legalRepresentatives"],
    "mode": "verification"
  }'
{
  "company": {
    "id": "104297",
    "countryCode": "US-MS",
    "identifiers": { "businessId": "104297" },
    "legalName": "DELTA POWER COMPANY",
    "registrationDate": "1982-06-15",
    "legalForm": {
      "localName": "Business Corporation",
      "standardized": "Corporation"
    },
    "status": "Good Standing",
    "legalAddress": {
      "streetAddress": "123 Main Street",
      "city": "Jackson",
      "region": "MS",
      "postalCode": "39201",
      "countryCode": "US"
    }
  },
  "legalRepresentatives": [
    {
      "fullName": "Jane A. Smith",
      "role": {
        "localName": "President",
        "standardized": "President"
      }
    }
  ]
}