curl --request POST \
--url https://test-api.sandbox.co.in/tds/compliance/csi/otp/verify \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"@entity": "in.co.sandbox.tds.compliance.deductors.csi.request",
"reference_id": "FOS005981930273",
"otp": "834201"
}
'{
"timestamp": 1731669721578,
"transaction_id": "8a0c097f-8e6d-4c11-8228-87d3c8cc44ce",
"data": {
"@entity": "in.co.sandbox.tds.compliance.deductors.csi.response",
"tan": "AHMA09719B",
"from": 1722450600000,
"to": 1730313000000,
"reference_id": "FOS005981930273",
"csi_url": ".."
},
"code": 200
}verify otp to download csi file
curl --request POST \
--url https://test-api.sandbox.co.in/tds/compliance/csi/otp/verify \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"@entity": "in.co.sandbox.tds.compliance.deductors.csi.request",
"reference_id": "FOS005981930273",
"otp": "834201"
}
'{
"timestamp": 1731669721578,
"transaction_id": "8a0c097f-8e6d-4c11-8228-87d3c8cc44ce",
"data": {
"@entity": "in.co.sandbox.tds.compliance.deductors.csi.response",
"tan": "AHMA09719B",
"from": 1722450600000,
"to": 1730313000000,
"reference_id": "FOS005981930273",
"csi_url": ".."
},
"code": 200
}Documentation Index
Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
Use this file to discover all available pages before exploring further.
JWT access token
API key for identification
Was this page helpful?