Skip to main content
POST
/
api
/
north_dakota
/
companies
/north_dakota/companies
curl --request POST \
  --url https://api.anysite.io/api/north_dakota/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "system_id": "<string>",
  "timeout": 300
}
'
[
  {
    "system_id": "<string>",
    "@type": "@north_dakota_company",
    "name": "<string>",
    "filing_type": "<string>",
    "filing_subtype": "<string>",
    "status": "<string>",
    "standing_ar": "<string>",
    "standing_ra": "<string>",
    "standing_other": "<string>",
    "formed_in": "<string>",
    "nature_of_business": "<string>",
    "duration": "<string>",
    "initial_filing_date": "<string>",
    "delayed_effective_date": "<string>",
    "expiration_date": "<string>",
    "inactive_date": "<string>",
    "annual_report_due_date": "<string>",
    "owner_name": "<string>",
    "owner_address": "<string>",
    "principal_address": {
      "@type": "@north_dakota_address",
      "street": "<string>",
      "locality": "<string>"
    },
    "mailing_address": {
      "@type": "@north_dakota_address",
      "street": "<string>",
      "locality": "<string>"
    },
    "registered_agent": {
      "@type": "@north_dakota_registered_agent",
      "name": "<string>",
      "type": "<string>",
      "address": "<string>"
    }
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
system_id
string
required

North Dakota business system id

Minimum string length: 1
Examples:

"0000028476"

"28476"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

system_id
string
required
@type
string
default:@north_dakota_company
name
string | null
filing_type
string | null
filing_subtype
string | null
status
string | null
standing_ar
string | null
standing_ra
string | null
standing_other
string | null
formed_in
string | null
nature_of_business
string | null
duration
string | null
initial_filing_date
string | null
delayed_effective_date
string | null
expiration_date
string | null
inactive_date
string | null
annual_report_due_date
string | null
owner_name
string | null
owner_address
string | null
principal_address
NorthDakotaAddress · object
mailing_address
NorthDakotaAddress · object
registered_agent
NorthDakotaRegisteredAgent · object