Skip to main content
GET
/
storage_policies
/
{storage_policy_id}
cURL
curl -i -X GET "https://api.box.com/2.0/storage_policies/34342" \
     -H "authorization: Bearer <ACCESS_TOKEN>"
{
  "id": "11446498",
  "type": "storage_policy",
  "name": "Montreal / Dublin"
}
This endpoint is in the version 2024.0. No changes are required to continue using it. For more details, see Box API versioning.Learn more about Box SDK versioning strategy.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

storage_policy_id
string
required

The ID of the storage policy.

Response

Returns a storage policy object.

The Storage Policy object describes the storage zone.

id
string
required

The unique identifier for this storage policy.

Example:

"11446498"

type
enum<string>
required

The value will always be storage_policy.

Available options:
storage_policy
Example:

"storage_policy"

name
string

A descriptive name of the region.

Example:

"Montreal / Dublin"