Contact Target
연락 대상 목록
GET /contact-targets
GET
/api/rest/v1/contact-targets연락 대상 목록
인증: Bearer 인증키 (REST_API) 또는 세션
Query Parameters
| 이름 | 타입 | 설명 |
|---|---|---|
contactId | string | - |
customerId | string | - |
Response Example
{
"data": [
{
"id": "...",
"contactId": "...",
"customerId": "...",
"status": "READY"
}
]
}