Records
Get All Records
Returns all tax records associated with an access_token
.
GET
/
records
Authorizations
Authorization
string
headerrequiredPlease use your Access Token
Headers
Chart-API-Version
string
default: 2024-01-01requiredHeader used to specify the version for a given API request. Current version is 2024-01-01.
Response
200 - application/json
id
string
The Chart UUID assigned to this tax record.
name
string | null
The account name retrieved from tax record provider.
tax_year
string
The tax year of the record.
provider_id
string
The tax record provider associated with the access_token.
date
string
The date of the submission in ISO 8601 format in UTC.
raw_file
string
A pre-signed URL pointing to the raw tax file retrieved from the provider.
type
enum<string>
The type of the tax record.
Available options:
F1040
forms
object[]
The parsed tax form data associated with the tax record.
Was this page helpful?