{
"channelcodes": [2436119,2436120,2436234]
}curl --location --request POST '/api/v3/channelcode/analyse' \
--header 'appId: {{appId}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"channelcodes": [2436119,2436120,2436234]
}'{
"code": 0,
"message": "success",
"data": [
{
"channelcode": 2436119,
"newContactCnt": 2,
"lostContactCnt": 1,
"retainCnt": 1,
"retainRate": 0.5000
}
]
}