Logo
Real UISupport 3 Docs

Contact History

연락 이력 단건 조회

GET /contact-histories/:id

GET
/api/rest/v1/contact-histories/:id

연락 이력 단건 조회

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

Response Example
{
  "data": {
    "id": "...",
    "contactResult": "통화 완료"
  }
}