예상 한도 조정 조회
작성일 2026.03.18 | 수정일 2026.03.23
GET
/quota/v1/estimate자동 한도 조정 시 예상되는 한도 변경 정보를 조회합니다. 최근 발송 통계를 기반으로 예상 한도를 계산합니다.
Response
Structure
Response
{
"accountId": "12345678901234",
"willExecuteAt": 1719878400000,
"total": {
"maxCount": 150,
"useRate": 75
},
"today": {
"maxCount": 80,
"useRate": 40
},
"currentQuota": 200,
"estimateQuota": 750,
"autoAdjustment": true
}