curl --request GET \
--url https://api.sandbox.co.in/tds/reports/txt \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"timestamp": 1763362637000,
"transaction_id": "e2b9145f-69d5-4bbe-a6de-be6fc08b426f",
"data": {
"@entity": "in.co.sandbox.tds.reports.job",
"job_id": "48c70ad8-f5df-4dd7-8aff-a71d48992336",
"tan": "AHMA09719B",
"quarter": "Q4",
"form": "26Q",
"financial_year": "FY 2023-24",
"previous_receipt_number": "123456789012345",
"status": "created",
"created_at": 1701250588000
}
}Fetch the TXT file generated for preparing the TDS return.
curl --request GET \
--url https://api.sandbox.co.in/tds/reports/txt \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"timestamp": 1763362637000,
"transaction_id": "e2b9145f-69d5-4bbe-a6de-be6fc08b426f",
"data": {
"@entity": "in.co.sandbox.tds.reports.job",
"job_id": "48c70ad8-f5df-4dd7-8aff-a71d48992336",
"tan": "AHMA09719B",
"quarter": "Q4",
"form": "26Q",
"financial_year": "FY 2023-24",
"previous_receipt_number": "123456789012345",
"status": "created",
"created_at": 1701250588000
}
}JWT access token
API key for identification
Unique identifier of the job
Was this page helpful?