Retrieve Formation
Retrieve the current status of a company formation process.
Get Company Formation Status
This endpoint allows partners to retrieve the current status of a company formation process. It supports conditional requests using the If-Modified-Since header for efficient polling.Headers
| 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) |
Path Parameters
| Parameter | Type | Description |
|---|---|---|
| company_id | string | Company ID (required) |
Response
Response Parameters
| 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 |
Response Headers
| Header | Description |
|---|---|
| Last-Modified | RFC 7232 formatted date indicating when the resource was last modified |
Status Codes
| 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 |
Error Responses
Invalid Company ID (400)
Unauthorized - Invalid API Key (401)
Access Denied (403)
Company Not Found (404)
Internal Server Error (500)
Authorizations
Formation API key for authentication.
Headers
HTTP conditional request header for caching
"Wed, 21 Oct 2015 07:28:00 GMT"
Path Parameters
Company ID (ObjectID) or External ID
64"64b8f1a2e4b0c8d9f0123456"
Response
Formation details retrieved successfully
Indicates if the request was successful
Company ID
Company name
Formation status
shareholder_verification, in_progress, active, refunded, name_change, signature_requested, submitted_to_state, cancelled Company formation date
Employer Identification Number
Partner's external ID
Partner's custom data for this company
Company type
LLC, C-CORP State abbreviation
AL, AK, AZ, AR, CA, CO, CT, DE, FL, GA, HI, ID, IL, IN, IA, KS, KY, LA, ME, MD, MA, MI, MN, MS, MO, MT, NE, NV, NH, NJ, NM, NY, NC, ND, OH, OK, OR, PA, RI, SC, SD, TN, TX, UT, VT, VA, WA, WV, WI, WY Country code
Company ending
LLC, Inc., Corporation, Corp. Industry type
Number of shares
Par value per share
Whether the company is private
Company address
Company timezone
List of shareholders
List of directors (C-CORP only)
List of officers (C-CORP only)
Creation timestamp
Last update timestamp
Federal tax filing timestamp
State tax filing timestamp
Foreign qualification addresses