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 |
|---|---|---|
object | string | The object type. Always registration. |
id | string (uuid) | The unique identifier for the registration record. |
business_id | string (uuid) | The unique identifier of the associated business. |
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 | Indicates the relationship between the business and this jurisdiction. DOMESTIC or FOREIGN for US registrations; HOME or EXTRA_PROVINCIAL for Canada; UNKNOWN when undetermined; null for other international registrations. |
jurisdiction_details | object | The sub-national jurisdiction name and abbr for international registrations. null for US registrations. |
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. |
country_code | string | US for domestic registrations, or an ISO 3166-1 alpha-2 code for international registrations (e.g., FR, DE, GB). |
state | string | The US state for the registration. null for international registrations. |
source | string | A link to the Secretary of State website for that specific state. |
submitted | boolean | true if you submitted the registration, false if Middesk sourced it. |