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.
Example response
{
"id": "11446498",
"type": "device_pinner",
"owned_by": {
"id": "11446498",
"type": "user",
"name": "Aaron Levie",
"login": "ceo@example.com"
},
"product_name": "iPad"
}