cURL
curl --request GET \ --url https://production.deepvue.tech/v1/verification/itr/get-26as-details \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
{ "code": 123, "message": "<string>", "timestamp": 123, "transaction_id": "<string>", "sub_code": "SUCCESS", "data": { "assessment_year": "<unknown>", "tds_data": [ { "sr_no": "<unknown>", "name_of_deductor": "<unknown>", "total_amount_paid": "<unknown>", "total_tax_deducted": "<unknown>", "total_tds_deposited": "<unknown>", "tan_of_deductor": "<unknown>", "section": "<unknown>", "transaction_date": "<unknown>", "status_of_booking": "<unknown>", "date_of_booking": "<unknown>", "remarks": "<unknown>", "amount_paid": "<unknown>", "tax_deducted": "<unknown>", "tds_deposited": "<unknown>" } ] } }
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response
Show child attributes