Skip to main content
GET
Get tax estimates

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Content-Type must be set to application/json

Path Parameters

businessId
string<uuid>
required

The UUID of the business

Query Parameters

year
integer<int32>
required

The tax year (e.g., 2025)

Response

Tax estimates for the specified year

Tax estimate summary for a business.

type
string

Resource type.

Example:

"Tax_Estimates"

country
string | null

The ISO 3166-1 alpha-2 country code

Pattern: ^[A-Z]{2}$
Example:

"US"

state
string | null

The two-character state (or Province) abbreviation for which tax needs to be calculated on

Pattern: ^[A-Z]{2}$
Example:

"CA"

year
integer<int32>

Tax year for which tax needs to be calculated on

Example:

2025

us_estimates
object | null

US-specific tax estimates with inputs and results

ca_estimates
object | null

Canadian-specific tax estimates (future use)