발송 한도 조회
작성일 2026.03.18 | 수정일 2026.03.25
GET
/quota/v1/me현재 로그인한 계정의 발송 한도 정보를 조회합니다.
Response
Structure
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"
}