Blueprint

get

Get the Tradelink network blueprint with all available Network configuration options

Authorizations
Responses
200
Successful response
application/json
get
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"
    }
  ]
}