Newer Version Available
CMS Digital Asset Management Providers
Get digital asset management (DAM) providers. Create a DAM provider
instance.
- Resource
-
1/connect/cms/digital-asset-management-providers - Available version
- 65.0
- HTTP methods
- GET, POST
- Response body for GET
- Managed Content Provider Collection
- Request body for POST
-
- Root XML tag
- <ManagedContentProviderInput>
- JSON example
-
1{ 2 "instanceKey" : "https://xxxxxx.com", 3 "isDefault" : "true", 4 "name" : "Bynder-Brand-1", 5 "providerLightningComponentId" : "106xxxxxxxxxxx" 6} - Properties
-
Name Type Description Required or Optional Available Version instanceKey String Provider instance key. Required 65.0 isDefault Boolean Specifies whether the instance is the default instance (true) or not (false). Required 65.0 name String Name of the provider instance. Required 65.0 providerLightningComponentId String ID of the provider lightning component. Required 65.0
- Response body for POST
- Managed Content Provider Instance