Logo
Real UISupport 3 Docs

Contact Target

연락 대상 목록

GET /contact-targets

GET
/api/rest/v1/contact-targets

연락 대상 목록

인증: Bearer 인증키 (REST_API) 또는 세션

Query Parameters
이름타입설명
contactIdstring-
customerIdstring-
Response Example
{
  "data": [
    {
      "id": "...",
      "contactId": "...",
      "customerId": "...",
      "status": "READY"
    }
  ]
}