공인인증서 목록 조회
hometax__certificate__listREQUIRES prior hometax__session__login call with same account_link_id. List certificate applications already filed at Hometax (민원증명 발급 목록) with their receipt ids (cvaId, rcatNo). Read-only. Without strt_dt/end_dt only the last 3 days are returned, so an empty result does not mean the taxpayer has no certificates — widen the period to look further back. Send both dates or neither. One call covers at most one calendar month (strt_dt no earlier than end_dt minus one month); a longer period is refused, because the institution returns an empty list for it instead of an error — split it into monthly calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_dt | No | Application end date YYYYMMDD or YYYY-MM-DD. Optional; omitting it means today. Send together with strt_dt. | |
| strt_dt | No | Application start date YYYYMMDD or YYYY-MM-DD. Optional; omitting it means 3 days ago. Send together with end_dt. No earlier than end_dt minus one month. | |
| page_num | No | Page number (default 1) | |
| page_size | No | Page size (default 10) | |
| account_link_id | No | Account link ID (UUID v4). Optional — the server auto-resolves from your API key when omitted. Provide explicitly only when you have multiple certificates for the same provider. Each institution has a separate ID (Hometax != NHIS != NPS != FourInsure). |