cURL
curl --request GET \ --url https://api.trychart.com/tax-payer/{taxpayerId}/refresh/{jobId} \ --header 'Authorization: Bearer <token>'
{ "status": "processing", "jobId": "<string>", "taxpayerId": "<string>", "name": "<string>" }
Get the status of a refresh job.
Please use your access_token returned from the /auth/token endpoint.
Header used to specify the version for a given API request. Current version is 2024-01-01.
Taxpayer Refresh Status Response
processing
completed
failed
Was this page helpful?