Registration object
Many businesses register to operate in multiple states. For every state that a business is registered in, Middesk returns a registration record. This page describes the contents of those records.
Example JSON response
Registration attributes
| Attribute | Type | Description |
|---|---|---|
name | string | The name that is registered with the Secretary of State in that state |
status | string | The 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:
|
sub_status | string | If available, the normalized sub-status of the business if the state doesn’t use the standard SoS statuses, possible values are:
|
status_details | string | If available, the official filing status message provided by the state. |
entity_type | string | The type of entity as detailed in formation. |
file_number | string | The unique identifier for that business with the state. |
addresses | string[] | An array containing a list of the addresses that are filed with the state. |
jurisdiction | string | A string indicating is a FOREIGN or DOMESTIC filing in this state. |
officers | object[] | A nested object containing the details of each officer or agent mentioned on a given registration record. |
officers.name | string | The full name of the officer or agent that is listed as associated with the entity. |
officers.roles | string | The known title of the officer or agent associated with the entity. |
registered_agent | object | The full name of the registered agent associated with the entity. |
registration_date | string | The date that this business registered with the specific state for operation. |
state | string | The state in reference. |
source | string | A link to the Secretary of State website for that specific state. |