Contact History
연락 이력 단건 조회
GET /contact-histories/:id
GET
/api/rest/v1/contact-histories/:id연락 이력 단건 조회
인증: Bearer 인증키 (REST_API) 또는 세션
Response Example
{
"data": {
"id": "...",
"contactResult": "통화 완료"
}
}Contact History
GET /contact-histories/:id
/api/rest/v1/contact-histories/:id연락 이력 단건 조회
인증: Bearer 인증키 (REST_API) 또는 세션
{
"data": {
"id": "...",
"contactResult": "통화 완료"
}
}