Retrieve the current status of a company formation process.
Parameter | Type | Description |
---|---|---|
X-API-KEY | string | Formation API Key (required) |
If-Modified-Since | string | RFC 7232 formatted date to check if the resource has been modified (optional) |
Parameter | Type | Description |
---|---|---|
company_id | string | Company ID (required) |
Parameter | Type | Description |
---|---|---|
success | boolean | Indicates if the operation was successful |
company_id | string | Unique identifier for the company |
company_name | string | Name of the company |
status | string | Current status of the company formation (possible values: “shareholder_verification”, “in_progress”, “active”, “refunded”, “name_change”, “signature_requested”, “submitted_to_state”, “cancelled”) |
formation_date | string | Date when the company was formed (if completed) |
ein | string | Employer Identification Number (if assigned) |
external_id | string | Partner’s external ID (if provided during creation) |
custom_data | object | Partner’s custom data for this company |
type | string | Company type (“LLC” or “C-CORP”) |
state | string | State abbreviation |
country | string | Country code |
ending | string | Company ending (“LLC”, “Inc.”, “Corporation”, “Corp.”) |
industry | string | Industry type |
number_of_shares | number | Number of shares |
par_value | number | Par value per share |
is_company_private | boolean | Whether the company is private |
address | object | Company address |
timezone | string | Company timezone |
shareholders | array | List of shareholders |
directors | array | List of directors (C-CORP only) |
officers | array | List of officers (C-CORP only) |
created_at | integer | Creation timestamp |
updated_at | integer | Last update timestamp |
federal_tax_filing | integer | Federal tax filing timestamp |
state_tax_filing | integer | State tax filing timestamp |
foreign_qualification_addresses | array | Foreign qualification addresses |
Header | Description |
---|---|
Last-Modified | RFC 7232 formatted date indicating when the resource was last modified |
Status Code | Description |
---|---|
200 | Success - Returns the company formation status |
304 | Not Modified - No changes since the If-Modified-Since date |
400 | Bad Request - Invalid company ID format |
401 | Unauthorized - Invalid API key |
403 | Forbidden - Company doesn’t belong to the partner |
404 | Not Found - Company not found |
500 | Internal Server Error |
Formation API key for authentication.
HTTP conditional request header for caching
"Wed, 21 Oct 2015 07:28:00 GMT"
Company ID (ObjectID) or External ID
64
"64b8f1a2e4b0c8d9f0123456"
Formation details retrieved successfully
The response is of type object
.