v1

latestOpenAPI 3.0.2Apache-2.02026-07-142963051.0 MB
Device pinners

Get device pin

Retrieves information about an individual device pin.

get/device_pinners/{device_pinner_id}

Path parameters

device_pinner_idstring required

The ID of the device pin.

Response

Returns information about a single device pin.

idstring

The unique identifier for this device pin.

type'device_pinner'

The value will always be device_pinner.

product_namestring

The type of device being pinned.

Example response

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