GET
/
license
curl --request GET \
  --url https://your_a2_service/license
{
  "analytic": [
    "advertiser"
  ],
  "campaign": [
    "impression"
  ],
  "creative": [
    "display"
  ],
  "media_library": [
    "local"
  ],
  "name": "<string>",
  "notification": [
    "adm"
  ]
}

Response

200 - application/json

Successful Response

Schema representing the feature tier configuration.

This defines what features and capabilities are available for a given license tier. The features are grouped into different categories like campaign types, media storage, creative formats, notification methods and analytics access.