Dun & Bradstreet · Example Payload

Dnb Direct Plus Download Batch File Results Example

Business DataCompany DataD-U-N-S NumberCreditRiskMaster DataData EnrichmentIdentity ResolutionComplianceSupply ChainSales IntelligenceMonitoring

Dnb Direct Plus Download Batch File Results Example is an example object payload from Dun & Bradstreet, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://plus.dnb.com/v1/file/f-abc123def456/download",
    "headers": {
      "Authorization": "Bearer <ACCESS_TOKEN>",
      "Accept": "application/octet-stream"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/octet-stream",
      "Content-Disposition": "attachment; filename=\"f-abc123def456-output.csv\""
    },
    "body": "<binary CSV output stream: input record + matched D-U-N-S + requested data blocks>"
  }
}