Retrieve person statistics from DICT

Queries DICT for statistical data related to a natural or legal person identified by CPF or CNPJ.

Path Parameters
  • taxId
    Type: string
    required
Headers
  • Idempotency-Key
    Type: string
    required
  • PI-RequestingParticipant
    Type: string Pattern: ^[0-9A-Z]{8}$
    required
Responses
  • */*
  • */*
  • */*
  • */*
  • */*
Request Example for get/api/v1/statistics/{taxId}
curl 'http://localhost:8080/api/v1/statistics/{taxId}' \
  --header 'Idempotency-Key: ' \
  --header 'PI-RequestingParticipant: ' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "spi": {
    "watermark": "2026-07-29T19:28:46.582Z",
    "settlements": {
      "d90": 1,
      "m12": 1,
      "m60": 1
    }
  },
  "fraudMarkers": {
    "watermark": "2026-07-29T19:28:46.582Z",
    "applicationFrauds": {
      "d90": 1,
      "m12": 1,
      "m60": 1
    },
    "muleAccounts": {
      "d90": 1,
      "m12": 1,
      "m60": 1
    },
    "scammerAccounts": {
      "d90": 1,
      "m12": 1,
      "m60": 1
    },
    "otherFrauds": {
      "d90": 1,
      "m12": 1,
      "m60": 1
    },
    "unknownFrauds": {
      "d90": 1,
      "m12": 1,
      "m60": 1
    },
    "totalFraudTransactionAmount": {
      "d90": 1,
      "m12": 1,
      "m60": 1
    },
    "distinctFraudReporters": {
      "d90": 1,
      "m12": 1,
      "m60": 1
    }
  },
  "infractionReports": {
    "watermark": "2026-07-29T19:28:46.582Z",
    "openReports": 1,
    "openReportsDistinctReporters": 1,
    "rejectedReports": {
      "d90": 1,
      "m12": 1,
      "m60": 1
    }
  },
  "entries": {
    "watermark": "2026-07-29T19:28:46.582Z",
    "registeredAccounts": 1
  }
}