---
title: "Get device pin"
method: GET
path: "/device_pinners/{device_pinner_id}"
tags: ["Device pinners"]
---

# Get device pin

`GET /device_pinners/{device_pinner_id}`

Retrieves information about an individual device pin.

## Path parameters

- `device_pinner_id` string, required

## Response `200`

Returns information about a single device pin.

- DevicePinner — Device pins allow enterprises to control what devices can use native Box applications.
  - `id` string — The unique identifier for this device pin.
  - `type` 'device_pinner' — The value will always be `device_pinner`.
  - `owned_by` object — The user that the device pin belongs to.
    - `id` string, required — The unique identifier for this user.
    - `type` 'user', required — The value will always be `user`.
    - `name` string — The display name of this user.
    - `login` string, email — The primary email address of this user.
  - `product_name` string — The type of device being pinned.

## Other responses

- `default` — An unexpected client error.

---

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