Get the Tradelink network blueprint with all available Network configuration options
GET /rest/tradelink/network/blueprint HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"tradelinkId": "text",
"workspaceName": "text",
"custodian": {
"tradelinkId": "text",
"name": "text",
"code": "text",
"logoUrl": "text"
},
"assetManagers": [
{
"tradelinkId": "text",
"name": "text",
"code": "text",
"logoUrl": "text"
}
],
"exchanges": [
{
"tradelinkId": "text",
"name": "text",
"code": "text",
"logoUrl": "text"
}
]
}