API reference

The Adobe Admin APIs for Storage Management provide all Enterprise customers with free, programmatic access to a standard set of storage management capabilities to manage content stored in Adobe storage for business. This enables them to integrate Adobe's storage management capabilities into their workflows, scripts, and tools to automate storage management.

Connecting to the Adobe Admin APIs

Before using the Adobe Admin APIs for Storage Management, you must create a development project in the Adobe Developer Console. This integration registers your application as a client of the Adobe Admin APIs for Storage Management, and provides the necessary credentials to authorize API calls.

API calls

Read more complete overview of available storage management capabilities.

With these APIs, you can configure and manage a Content Retention Policy for your organization's inactive users' assets and more.

All API requests should be directed to the Adobe Admin API for Storage Management server:

https://cloudstorage.adobe.io/v1

Policies

Represents a set of rules that govern how assets and operations are managed and accessed within the system.

Operation
Method
Endpoint
Description
Get a policy by policyType
GET
/policies/org/{policyType}
Retrieves a specific policy identified by its policyType, provided the user has the necessary permissions.
Update a policy by policyType
PATCH
/policies/org/{policyType}
Updates a specific policy identified by its policyType, provided the user has the necessary permissions.