Skip to main content
POST
/
api
/
west_virginia
/
companies
/west_virginia/companies
curl --request POST \
  --url https://api.anysite.io/api/west_virginia/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "org_id": "<string>",
  "timeout": 300
}
'
[
  {
    "org_id": "<string>",
    "@type": "@west_virginia_company",
    "name": "<string>",
    "org_type": "<string>",
    "charter": "<string>",
    "org_class": "<string>",
    "sec_type": "<string>",
    "effective_date": "<string>",
    "established_date": "<string>",
    "filing_date": "<string>",
    "termination_date": "<string>",
    "termination_reason": "<string>",
    "business_purpose": "<string>",
    "charter_county": "<string>",
    "charter_state": "<string>",
    "at_will_term": "<string>",
    "at_will_term_years": "<string>",
    "member_managed": "<string>",
    "authorized_shares": "<string>",
    "capital_stock": "<string>",
    "par_value": "<string>",
    "control_number": "<string>",
    "excess_acres": "<string>",
    "young_entrepreneur": "<string>",
    "addresses": [],
    "officers": [],
    "dbas": [],
    "name_changes": [],
    "amendments": [],
    "mergers": [],
    "subsidiaries": [],
    "annual_report_years": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
org_id
string
required

West Virginia business organization id

Minimum string length: 1
Examples:

"127522"

"204300"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

org_id
string
required
@type
string
default:@west_virginia_company
name
string | null
org_type
string | null
charter
string | null
org_class
string | null
sec_type
string | null
effective_date
string | null
established_date
string | null
filing_date
string | null
termination_date
string | null
termination_reason
string | null
business_purpose
string | null
charter_county
string | null
charter_state
string | null
at_will_term
string | null
at_will_term_years
string | null
member_managed
string | null
authorized_shares
string | null
capital_stock
string | null
par_value
string | null
control_number
string | null
excess_acres
string | null
young_entrepreneur
string | null
addresses
WestVirginiaAddress · object[]
officers
WestVirginiaOfficer · object[]
dbas
WestVirginiaDba · object[]
name_changes
WestVirginiaNameChange · object[]
amendments
WestVirginiaAmendment · object[]
mergers
WestVirginiaMerger · object[]
subsidiaries
WestVirginiaSubsidiary · object[]
annual_report_years
string[]