발송 한도 변경
작성일 2026.03.18 | 수정일 2026.03.25
PUT
/quota/v1/me현재 로그인한 계정의 발송 한도를 변경합니다.
자동 조정 설정을 변경하거나, 화이트리스트 사용자의 경우 한도를 직접 변경할 수 있습니다.
Body Params
Response
Structure
Request
{
"autoAdjustment": true,
"quota": 100000
}
Response
{
"accountId": "12345678901234",
"autoAdjustment": false,
"quota": 200,
"min": 50,
"max": 100000,
"overseasQuota": 100,
"dateCreated": "2024-01-01T00:00:00.000Z",
"dateUpdated": "2024-07-01T12:00:00.000Z"
}