Skip to main content
POST
/
v1
/
verification
/
itr
/
26as-download
Download 26As
curl --request POST \
  --url https://production.deepvue.tech/v1/verification/itr/26as-download \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'client-id: <api-key>' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "itr_client_id": "<string>"
}
'
{
  "code": 123,
  "message": "<string>",
  "timestamp": 123,
  "transaction_id": "<string>",
  "sub_code": "SUCCESS",
  "data": {
    "client_id": "<string>",
    "pan_no": "<string>",
    "tds": "<unknown>"
  }
}

Authorizations

Authorization
string
header
required

Access token issued by Deepvue

x-api-key
string
header
required

API key provided by Deepvue

client-id
string
header
required

Client ID issued by Deepvue

Body

application/json
itr_client_id
string
required

Response

Successful Response

code
integer
required
message
string
required
timestamp
integer
transaction_id
string
sub_code
string
default:SUCCESS
data
Download26as · object