Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Please use your access_token returned from the /auth/token endpoint.

Headers

Chart-API-Version
string
default:2024-01-01

Header used to specify the version for a given API request. Current version is 2024-01-01.

Response

200 - application/json

Records Response

id
string

The Chart UUID assigned to this tax record.

Example:

"clt0szoxp0001p82z45ufj6t4"

name
string | null

The account name retrieved from tax record provider.

Example:

"John Doe"

tax_year
string

The tax year of the record.

Example:

"2022"

provider_id
enum<string>

The tax record provider associated with the access_token.

Available options:
turbotax,
hr,
taxact,
tax_slayer,
jackson,
free_tax_usa,
irs,
irs_tax_pro,
pilot,
cch_axcess,
drake,
proconnect,
chart-sandbox
Example:

"turbotax"

date
string<date-time>

The date of the submission in ISO 8601 format in UTC.

Example:

"2024-02-26T21:33:49.428Z"

raw_file
string

A pre-signed URL pointing to the raw tax file retrieved from the provider. Returns a PDF file. The URL expires after 12 hours.

forms
object[]

The parsed tax form data associated with the tax record.