curl --request GET \
--url https://api.quicko.com/income-tax/tax-payer{
"transaction_id": "8766150f-f2e7-4ce4-a22e-ea29cae0fa33",
"timestamp": 1763117113796,
"data": {
"@entity": "com.quicko.tax_payer",
"id": "239A89834AXXXXXX00007F8DCD",
"updated_at": 1756492869606,
"full_name": "John Doe",
"pan": "ATOPC1234B",
"pan_holder_type": "individual",
"address": {
"@entity": "com.quicko.address",
"street": "7, Atom Apartments",
"area": "Vastrapur",
"city": "Ahmedabad",
"state": "Gujarat",
"country": "India",
"postal_code": "380016"
},
"contact": {
"@entity": "com.quicko.contact",
"email": "[email protected]",
"country_code": "91",
"mobile": "9988776655"
},
"filing_category": "general",
"residential_status": "resident"
},
"code": 200
}API to get the details of the tax payer
curl --request GET \
--url https://api.quicko.com/income-tax/tax-payer{
"transaction_id": "8766150f-f2e7-4ce4-a22e-ea29cae0fa33",
"timestamp": 1763117113796,
"data": {
"@entity": "com.quicko.tax_payer",
"id": "239A89834AXXXXXX00007F8DCD",
"updated_at": 1756492869606,
"full_name": "John Doe",
"pan": "ATOPC1234B",
"pan_holder_type": "individual",
"address": {
"@entity": "com.quicko.address",
"street": "7, Atom Apartments",
"area": "Vastrapur",
"city": "Ahmedabad",
"state": "Gujarat",
"country": "India",
"postal_code": "380016"
},
"contact": {
"@entity": "com.quicko.contact",
"email": "[email protected]",
"country_code": "91",
"mobile": "9988776655"
},
"filing_category": "general",
"residential_status": "resident"
},
"code": 200
}200 OK
Show child attributes