Control APIAPI 레퍼런스Pricing

활성 청구 플랜을 조회합니다.

베타 API

Control API의 /v1 계약은 변경될 수 있으며, 호환되지 않는 변경도 별칭 없이 배포될 수 있습니다.

GET/v1/billing/plans

고객에게 제공되는 플랜의 청구 속성을 반환합니다.

응답 본문

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/billing/plans"
{  "items": [    {      "allows_flat_rate_cdn": true,      "code": "string",      "enforce_included_limit": true,      "invoiced": true,      "is_default": true,      "name": "string",      "requires_payment_method": true,      "sort_order": 0    }  ]}