Skip to main content
GET
Get the state fee for a company's annual report

Authorizations

Authorization
string
header
required

Partner API key. Send the raw key as the Authorization header value — e.g. dk_test_… in sandbox or dk_live_… in production. Generate and rotate keys in the doola Partner Portal.

Path Parameters

companyId
string
required

doola company ID (KSUID).

Response

The state fee in cents, with whether a report is required at all.

What the company's state charges for its annual report.

state
string

US state the report is filed in.

Example:

"WY"

entityType
enum<string>

Entity type the quote applies to.

Available options:
LLC,
CCorp
Example:

"LLC"

priceInCents
integer<int64>

The state fee in whole US cents. Zero both for a state that files no annual report and for one that files it free of charge, so read isFilingRequired before the amount.

Example:

6225

isFilingRequired
boolean

Whether the state requires an annual report at all.

Example:

true

isMinimum
boolean

Whether priceInCents is the state's floor rather than the final charge. True when the formula ran without a figure it prices from: always for Wyoming, whose asset worksheet is never on record, and for a Delaware C-corp with no authorized share count on file.

Example:

false