Contact
연락 캠페인 목록
GET /contacts
GET
/api/rest/v1/contacts연락 캠페인 목록
인증: Bearer 인증키 (REST_API) 또는 세션
Query Parameters
| 이름 | 타입 | 설명 |
|---|---|---|
page | number | - |
dmDocumentId | string | - |
isDeleted | boolean | - |
Response Example
{
"data": [
{
"id": "...",
"title": "6월 안내",
"method": "EMAIL"
}
]
}