사용자 경고 리스트 조회
작성일 2026.03.23 | 수정일 2026.03.23
GET
/warnings현재 계정에 등록된 경고 정보를 조회합니다. 경고가 없는 경우 null이 반환됩니다.
Response
Structure
Response
{
"handleKey": "IM01WR2403201400000000abcdefgh",
"accountId": "12345678901234",
"warnings": {},
"dateCreated": "2024-03-20T14:00:00.000Z",
"dateUpdated": "2024-03-20T14:00:00.000Z"
}