Skip to main content
GET
/
it
/
calculator
/
tax-pnl
/
securities
/
foreign
Get Job Status
curl --request GET \
  --url https://api.sandbox.co.in/it/calculator/tax-pnl/securities/foreign \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
{
  "code": 200,
  "timestamp": 1764238516423,
  "data": {
    "created_at": 1764238413653,
    "updated_at": 1764238413653,
    "@entity": "in.co.sandbox.it.calculator.tax_pnl.securities.job",
    "security_type": "foreign",
    "status": "created",
    "job_id": "d56aded2-8632-44ca-9283-240a2b6ba3e2"
  },
  "transaction_id": "3d334c06-eaa1-4fbc-92be-8cfc378fde7f"
}
https://mintcdn.com/sandboxfinancialtechnologiesprivatelimited/E4RwGFBROD75hm3P/static/svg/Postman.svg?fit=max&auto=format&n=E4RwGFBROD75hm3P&q=85&s=bf60d58751a51f6e80a8f2cdae74c9fc

Run in Postman

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

code
integer
timestamp
integer
data
object
transaction_id
string