Box Developer Documentation

Device pinner

This resource is used by endpoints in the version 2024.0. For more details, see Box API versioning.

Device pins allow enterprises to control what devices can use native Box applications.

string
11446498

The unique identifier for this device pin.

string
device_pinner

The value will always be device_pinner.

Value is always device_pinner

The user that the device pin belongs to.

iPad

The type of device being pinned.

Response Example

{
  "id": "11446498",
  "type": "device_pinner",
  "owned_by": {
    "id": "11446498",
    "type": "user",
    "login": "ceo@example.com",
    "name": "Aaron Levie"
  },
  "product_name": "iPad"
}