{ "opencollection": "1.0.0", "info": { "name": "Traiana Harmony CreditLink Allocations Designation Notices API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Designation Notices", "type": "folder" }, "items": [ { "info": { "name": "List Designation Notices", "type": "http" }, "http": { "method": "GET", "url": "https://api.traiana.com/creditlink/v1/designation-notices", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "counterpartyId", "value": "", "type": "query" } ] }, "docs": "Retrieves designation notices managed through CreditLink's Designation Notice Manager (DNM)." }, { "info": { "name": "Create a Designation Notice", "type": "http" }, "http": { "method": "POST", "url": "https://api.traiana.com/creditlink/v1/designation-notices", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new designation notice for clearing relationships." } ] } ], "bundled": true }