Skip to main content
POST
/
api
/
minnesota
/
companies
/minnesota/companies
curl --request POST \
  --url https://api.anysite.io/api/minnesota/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "file_number": "<string>",
  "timeout": 300
}
'
[
  {
    "file_number": "<string>",
    "@type": "@minnesota_company",
    "name": "<string>",
    "business_type": "<string>",
    "mn_statute": "<string>",
    "jurisdiction": "<string>",
    "filing_date": "<string>",
    "status": "<string>",
    "standing": "<string>",
    "mark_type": "<string>",
    "renewal_due_date": "<string>",
    "expiration_date": "<string>",
    "share_count": "<string>",
    "comments": "<string>",
    "registered_office_address": {
      "@type": "@minnesota_address",
      "street": "<string>",
      "locality": "<string>",
      "country": "<string>"
    },
    "principal_address": {
      "@type": "@minnesota_address",
      "street": "<string>",
      "locality": "<string>",
      "country": "<string>"
    },
    "home_office_address": {
      "@type": "@minnesota_address",
      "street": "<string>",
      "locality": "<string>",
      "country": "<string>"
    },
    "credit_union_location": {
      "@type": "@minnesota_address",
      "street": "<string>",
      "locality": "<string>",
      "country": "<string>"
    },
    "registered_agents": [],
    "ceo": {
      "@type": "@minnesota_officer",
      "name": "<string>",
      "address": "<string>"
    },
    "manager": {
      "@type": "@minnesota_officer",
      "name": "<string>",
      "address": "<string>"
    },
    "nameholders": [],
    "filings": [],
    "renewals": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
file_number
string
required

Minnesota business file number

Minimum string length: 1
Examples:

"11-AA"

"4912"

"1024802900023"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

file_number
string
required
@type
string
default:@minnesota_company
name
string | null
business_type
string | null
mn_statute
string | null
jurisdiction
string | null
filing_date
string | null
status
string | null
standing
string | null
mark_type
string | null
renewal_due_date
string | null
expiration_date
string | null
share_count
string | null
comments
string | null
registered_office_address
MinnesotaAddress · object
principal_address
MinnesotaAddress · object
home_office_address
MinnesotaAddress · object
credit_union_location
MinnesotaAddress · object
registered_agents
string[]
ceo
MinnesotaOfficer · object
manager
MinnesotaOfficer · object
nameholders
MinnesotaParty · object[]
filings
MinnesotaFiling · object[]
renewals
MinnesotaRenewal · object[]