채널세팅 정보
POST {{baseUrl}}/api/v1/setting/getChannelSetting
서비스별로 저장된 채널세팅 정보를 불러옵니다. 주요채널들에 대한 사용여부를 알 수 있습니다.
Request Body
{"service_id"=>"S00001"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"result":{"POPUP":"N","service_id":"S00001","SMS":"Y","TALK":"Y","EMAIL":"Y","PUSH":"N"},"count":5,"status":200}