Box Developer Documentation
 
    Latest version

    Get storage policy

    get
    https://api.box.com/2.0
    /storage_policies/:storage_policy_id

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

    Fetches a specific storage policy.

    Request

    bearer [ACCESS_TOKEN]
    application/json

    Path Parameters

    stringin pathrequired
    34342

    The ID of the storage policy.

    Response

    application/jsonStorage policy

    Returns a storage policy object.

    application/jsonClient error

    An unexpected client error.

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

    Request Example

    Response Example

    {
      "id": "11446498",
      "type": "storage_policy",
      "name": "Montreal / Dublin"
    }