{ "opencollection": "1.0.0", "info": { "name": "D&B Direct+ Authentication Multi-Process API", "version": "3.0" }, "items": [ { "info": { "name": "Multi-Process", "type": "folder" }, "items": [ { "info": { "name": "Match Plus Enrich In One Call", "type": "http" }, "http": { "method": "POST", "url": "https://plus.dnb.com/v1/multiProcess", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Combine Identity Resolution and Enrich in a single request: supply a candidate input record and the desired data blocks; Direct+ returns the resolved D-U-N-S match together with all requested enrichment payloads." } ] } ], "bundled": true }