GET
/
introspect
curl --request GET \
  --url https://api.trychart.com/introspect \
  --header 'Authorization: Bearer <token>'
{
  "taxpayer_id": "clt0szoxp0001p82z45ufj6t4",
  "client_id": "23ca205dc62bbf3e3f940667020bbdcc",
  "name": "John Doe",
  "provider_id": "turbotax"
}

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
Introspect Response
taxpayer_id
string

The Chart UUID identifying the taxpayer for a specific submission.

Example:

"clt0szoxp0001p82z45ufj6t4"

client_id
string

The client id of the application associated with the access_token.

Example:

"23ca205dc62bbf3e3f940667020bbdcc"

name
string | null

The account name retrieved from tax record provider.

Example:

"John Doe"

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"