Blueprint

get

Get the Tradelink network blueprint with all available Network configuration options

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
get
/tradelink/network/blueprint
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"
    }
  ]
}