Adobe Creative Cloud · Example Payload

Adobe Stock Api Member Profile Example

AI/MLCloudCreativeDesignDocumentsPhotographySaaSVideo

Adobe Stock Api Member Profile Example is an example object payload from Adobe Creative Cloud, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

available_entitlement

Example Payload

Raw ↑
{
  "available_entitlement": {
    "quota": 42,
    "license_type_id": 42,
    "has_credit_model": true,
    "has_agency_model": true,
    "is_cce": true,
    "full_entitlement_quota": {
      "standard_credits_quota": 42,
      "premium_credits_quota": 42,
      "universal_credits_quota": 42
    }
  }
}