---
title: "List Device Fingerprints"
method: GET
path: "/v1/users/{userId}/partner-device-fingerprints"
tags: ["user-security"]
deprecated: true
---

# List Device Fingerprints

`GET /v1/users/{userId}/partner-device-fingerprints`

> **Deprecated.**

Returns a list of device fingerprints created for this user.

{% admonition type="warning" %}
This endpoint is restricted and requires both a client credentials token and additional access to use. Please speak with your implementation manager if you would like to use this API.
{% /admonition %}

## Path parameters

- `userId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

OK

- object[]
  - `deviceFingerprintId` string, uuid — Identifier of the device fingerprint.
  - `createdAt` string, date-time — Timestamp on when the device fingerprint was created.

## Other responses

- `404` — The user is not found.
- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
