Registration

Many businesses will register to operate in multiple states. For every state that a business is registered in, Middesk returns a registration record.

{
            "object": "registration",
            "id": "2d780017-23d2-485c-a1c2-073524851747",
            "business_id": "6fa5f1bd-afc8-49e4-985e-77cb2f0c28c1",
            "name": "MIDDESK, INC.",
            "status": "unknown",
            "sub_status": null,
            "status_details": null,
            "jurisdiction": "DOMESTIC",
            "entity_type": "CORPORATION",
            "file_number": "6782397",
            "addresses": [
                "2035 SUNSET LAKE RD, NEWARK, DE 19702"
            ],
            "officers": [],
  					"registered_agent": {
              "name": "JOHN DOE"
            },
            "registration_date": "2018-03-05",
            "state": "DE",
            "source": "https://icis.corp.delaware.gov/Ecorp/EntitySearch/NameSearch.aspx"
}
AttributeTypeDescription
namestringThe name that is registered with the Secretary of State in that state
statusstringThe current filing status of that business in that state. These are high-level status categories set by Middesk based on the SoS data, possible values are:
active - The business license is active and in good standing in that state
inactive - The business license is inactive in that state
unknown - The state does not provide business license status
sub_statusstringIf available, the normalized sub-status of the business if the state doesn't use the standard SoS statuses, possible values are:
DISSOLVED - The company no longer exists
GOOD_STANDING - In good standing, explicitly stated by agency
NOT_GOOD_STANDING - Missing payments or filings from the business, other poor behavior
PENDING_ACTIVE - In the process of becoming truly active
PENDING_INACTIVE - Businesses that are currently active, but are pending an inactive status
null - No sub-status provided by the state
status_detailsstringIf available, the official filing status message provided by the state.
entity_typestringThe type of entity as detailed in formation
file_numberstringThe unique identifier for that business with the state.
addressesstring[]An array containing a list of the addresses that are filed with the state
jurisdictionstringA string indicating is a FOREIGN or DOMESTIC filing in this state.
officersobject[]A nested object containing the details of each officer or agent mentioned on a given registration record
officers.namestringThe full name of the officer or agent that is listed as associated with the entity.
officers.rolesstringThe known title of the officer or agent associated with the entity.
registered_agentobject[]The full name of the registered agent associated with the entity.
registration_datestringThe date that this business registered with the specific state for operation.
statestringThe state in reference
sourcestringA link to the secretary of state website for that specific state