Skip to main content
GET
Get foreign qualification requirements

Authorizations

Authorization
string
header
required

Enter your API key in the format: sk_test_xxxxx or sk_live_xxxxx

Query Parameters

entity_type
enum<string>
required

Entity type of the existing business

Available options:
llc,
professional_llc,
corporation,
professional_corporation
jurisdiction
string
required

The state to register in (e.g., US-TX)

Response

Foreign qualification requirements

type
string
required

Filing type

Example:

"formation"

schema
object
required

JSON Schema describing the request body for this filing.

Example:
entity_type
string

Entity type

Example:

"llc"

jurisdiction
string

Jurisdiction (ISO 3166-2)

Example:

"US-NC"

expedited_tiers
string[]

Expedited processing tiers this jurisdiction offers, accepted as the expedited_tier value on the formation create endpoints. Empty array when the state offers no expedited option. Present only when a jurisdiction is supplied. For the cost of each tier, call GET /v1/filing/formation/fee — the expedited_tiers field prices them.

Example:
prerequisites
object[]

Foreign qualification only: documents the target state needs alongside the application, each with whether it is always required and who supplies it. Empty when none have been captured for the state, which is not a claim that none are needed.

signature_requirements
object[]

Foreign qualification only: signatures the state needs on the application.

post_filing_obligations
object[]

Foreign qualification only: obligations the registration starts once accepted.

channel
enum<string> | null

Foreign qualification only: how the state accepts the application. Mail filings take longer and offer no expedited processing. Null when not yet known for the state.

Available options:
online,
mail,
null
Example:

"online"