POST
/
takeprofit.partner.external.security.v1.LinkApi.GetLinkedSecurity
Get Linked Security
curl --request POST \
  --url https://api.dev.tpinf.in/takeprofit.partner.external.security.v1.LinkApi.GetLinkedSecurity \
  --header 'Content-Type: application/json' \
  --data '{
  "security_guid": "6ef11658-5a1c-4baf-9387-d977dcca6129"
}'
{
  "linked_security": {
    "security_guid": "6ef11658-5a1c-4baf-9387-d977dcca6129",
    "partner_security_id": "124"
  }
}

Headers

accesstoken
string

JWT access token

Body

application/json · object

Response

200 - application/json

OK

The response is of type object.