---
title: "Returns device reputation information of a visitor."
method: GET
path: "/drn/{visitorId}"
---

# Returns device reputation information of a visitor.

`GET /drn/{visitorId}`

Returns device reputation information of a visitor.

## Path parameters

- `visitorId` string, required

## Query parameters

- `signals` Signals[], required

## Headers

- `X-API-Version` string, required

## Response `200`

A JSON object representing reputation information related to requested signals.

- DRN
  - `data` object — Object containing properties of the signals requested
    - `regionalActivity` object, nullable
      - `startDate` string, date
      - `endDate` string, date
      - `countries` RegionalActivityCountry[]
        - `code` string
        - `detectors` RegionalActivityCountryDetector[]
          - `type` 'ip' | 'origin'
          - `activityPercentage` number, float — Percentage is represented as a float (e.g. 1=100%, 0.50=50%, 0.01=1%). Note the sum of the percentages for a type across regions may not always sum up to 1 because of rounding.
    - `suspectScore` integer, nullable — Suspect Score is an easy way to integrate Smart Signals into your fraud protection work flow. It is a weighted representation of all Smart Signals present in the payload that helps identify suspicious activity. The value range is [0; S] where S is sum of all Smart Signals weights. See more details here: https://docs.fingerprint.com/docs/suspect-score
    - `timestamps` object, nullable
      - `firstSeentAt` string, date, nullable
      - `lastSeenAt` string, date, nullable

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Visitor not found
- `500` — Unexpected error

---

[API](https://skmtc.net/fingerprint/apis/management-api.md) · [All operations](https://skmtc.net/fingerprint/apis/management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fingerprint/management-api/versions/b17eccec9d47/schema)
