Skip to main content
POST
/
api
/
montana
/
companies
/montana/companies
curl --request POST \
  --url https://api.anysite.io/api/montana/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "file_number": "<string>",
  "timeout": 300
}
'
[
  {
    "file_number": "<string>",
    "@type": "@montana_company",
    "filing_type": "<string>",
    "sub_type": "<string>",
    "status": "<string>",
    "standing": "<string>",
    "managed_by": "<string>",
    "previous_names": "<string>",
    "formed_in": "<string>",
    "qualification_date": "<string>",
    "jurisdiction_registration_date": "<string>",
    "registration_date": "<string>",
    "annual_report_due_date": "<string>",
    "inactive_date": "<string>",
    "expiration_date": "<string>",
    "reinstatement": "<string>",
    "owner_name": "<string>",
    "owner_address": "<string>",
    "jurisdiction_name": "<string>",
    "known_in_montana_as": "<string>",
    "principal_address": {
      "@type": "@montana_address",
      "street": "<string>",
      "locality": "<string>"
    },
    "mailing_address": {
      "@type": "@montana_address",
      "street": "<string>",
      "locality": "<string>"
    },
    "state_of_formation_physical_address": {
      "@type": "@montana_address",
      "street": "<string>",
      "locality": "<string>"
    },
    "state_of_formation_mailing_address": {
      "@type": "@montana_address",
      "street": "<string>",
      "locality": "<string>"
    },
    "registered_agent": {
      "@type": "@montana_registered_agent",
      "name": "<string>",
      "type": "<string>",
      "registration_id": "<string>",
      "address": "<string>"
    }
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
file_number
string
required

Montana business filing number

Minimum string length: 1
Examples:

"F022568"

"C1548288"

"A060053"

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:@montana_company
filing_type
string | null
sub_type
string | null
status
string | null
standing
string | null
managed_by
string | null
previous_names
string | null
formed_in
string | null
qualification_date
string | null
jurisdiction_registration_date
string | null
registration_date
string | null
annual_report_due_date
string | null
inactive_date
string | null
expiration_date
string | null
reinstatement
string | null
owner_name
string | null
owner_address
string | null
jurisdiction_name
string | null
known_in_montana_as
string | null
principal_address
MontanaAddress · object
mailing_address
MontanaAddress · object
state_of_formation_physical_address
MontanaAddress · object
state_of_formation_mailing_address
MontanaAddress · object
registered_agent
MontanaRegisteredAgent · object