Skip to main content
GET
/
v1
/
partner
/
references
/
state-fees
List state filing fees
curl --request GET \
  --url https://api.test.doola.com/v1/partner/references/state-fees \
  --header 'Authorization: <api-key>'
{
  "payload": [
    {
      "state": "DE",
      "priceInCents": 9000
    }
  ],
  "error": {}
}

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.

Query Parameters

entityType
string
default:LLC

Entity type to price filing fees for. One of LLC or CCorp; defaults to LLC when omitted.

Response

200 - */*

OK

payload
object[]
error
object