메인 콘텐츠로 건너뛰기
GET
/
license
/
metric
Get license metrics
curl --request GET \
  --url https://your_a2_service/license/metric \
  --header 'Authorization: Bearer <token>'
{
  "features": {
    "analytic": [
      "advertiser"
    ],
    "campaign": [
      "impression"
    ],
    "creative": [
      "display"
    ],
    "media_library": [
      "local"
    ],
    "name": "<string>",
    "notification": [
      "adm"
    ]
  },
  "info": {
    "customer_id": "<string>",
    "expiry_date": "<string>",
    "license_type": "<string>"
  },
  "limit": {},
  "quota": {},
  "used": {}
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

Successful Response

라이센스 리소스 상태

features
FeatureTierSchema · object
required

라이센스 기능 스키마

info
LicenseInfoSchema · object
required

라이센스 정보

limit
Limit · object
required

리소스 유형별 제한값

quota
Quota · object
required

리소스 유형별 할당량

used
Used · object
required

리소스 유형별 사용량