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

The response is of type object.