Skip to main content
GET
Fetch Schedule C report

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
required

The UUID of the business to fetch the Schedule C report for.

Query Parameters

year
integer
required

The tax year for the Schedule C report (e.g., 2024).

reporting_basis
enum<string>

The accounting basis to use for the report. If not provided, defaults to the business's default reporting basis, or ACCRUAL if not set.

Available options:
ACCRUAL,
CASH

Response

Schedule C report data.

data
object
required