채팅 비활성화
Endpoint
[POST] API URL 정보
Introduce
Request (Json)
Header
Field Name | Type | Required | Description |
---|---|---|---|
Content-type | Text | Y | application/json |
HT-Client-Id | Text | Y | 고객센터에서 발급 받은 key |
HT-Client-Secret | Text | Y | 고객센터에서 발급 받은 token |
Body
Field Name | Type (Length) | Required | Description |
---|---|---|---|
senderKey | Text(40) | Y | 발신프로필 키 |
Example
REST API Sample
Response (Json)
Parameter
Field Name | Type | Description |
---|---|---|
code | Text | 처리 결과 코드 (200은 정상 / 나머지는 오류) |
message | Text | 처리 실패 시 결과 메시지 |