List All Retention Policies
List All Retention Policies
To list all Retention Policies that have been created in an enterprise, call
the GET /retention_policies
API endpoint.
cURL
curl -i -X GET "https://api.box.com/2.0/retention_policies" \
-H "authorization: Bearer <ACCESS_TOKEN>"
Required Scopes
Before using any of the Retention Policy APIs, an application must have the right scopes enabled. See Required Scopes for more details.