Skip to main content
GET
/
income-tax
/
tax-payer
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
}

Headers

Authorization
string

Resource Owner's Access Token

x-api-key
string

API User Key

Response

200 - application/json

200 OK

code
integer
transaction_id
string
timestamp
integer
data
object