Box Developer Documentation
 
    Latest version

    Get device pin

    get
    https://api.box.com/2.0
    /device_pinners/:device_pinner_id

    This endpoint is in the version 2024.0. No changes are required to continue using it. For more details, see Box API versioning.

    Retrieves information about an individual device pin.

    Request

    bearer [ACCESS_TOKEN]
    application/json

    Path Parameters

    stringin pathrequired
    2324234

    The ID of the device pin

    Response

    application/jsonDevice pinner

    Returns information about a single device pin.

    application/jsonClient error

    An unexpected client error.

    get
    Get device pin
    You can now try out some of our APIs live, right here in the documentation.
    Log in

    Request Example

    cURL
    curl -i -X GET "https://api.box.com/2.0/device_pinners/2324234" \
         -H "authorization: Bearer <ACCESS_TOKEN>"

    Response Example

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