Link
Link Security
Link a security to the partner’s own security identifier. This will overwrite any existing link.
Request Body
-
security_guid
(string, required): GUID of the security in TakeProfit system. -
partner_security_id
(string, required): Partner’s own identifier for the security.
Response
status
: Operation status.
Linked Security JSON Schema
{
"type": "object",
"properties": {
"security_guid": { "type": "string" },
"partner_security_id": { "type": "string" }
},
"required": ["security_guid", "partner_security_id"]
}
Frequently Asked Questions
Can I overwrite an existing link?
Yes, calling `LinkSecurity` with the same `security_guid` will overwrite the existing `partner_security_id`.
POST
Headers
JWT access token
Body
application/json · object
Response
200 - application/json
OK
The response is of type object
.