Skip to main content
GET
/
it
/
reports
/
tax-pnl
/
securities
/
domestic
Get Job
curl --request GET \
  --url https://api.sandbox.co.in/it/reports/tax-pnl/securities/domestic \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
{
  "transaction_id": "<string>",
  "code": 123,
  "data": {
    "status": "<string>"
  },
  "timestamp": "<string>"
}

Headers

Authorization
string
required

Bearer token for user-level authorization. Typically passed as Bearer {{access_token}}.

x-api-key
string
required

Your API key used to authenticate and authorize the request.

x-api-version
string
default:1.0.0

Indicates the version of the API you want to use. Ensures backward-compatible behavior.

Query Parameters

Response

Success

transaction_id
string
code
integer
data
object
timestamp
string<utc-millisec>