English
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" }
Fetches a specific storage policy.
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the storage policy.
Returns a storage policy object.
The Storage Policy object describes the storage zone.
The unique identifier for this storage policy.
"11446498"
The value will always be storage_policy.
storage_policy
"storage_policy"
A descriptive name of the region.
"Montreal / Dublin"
Was this page helpful?