{
"channelcodes": [2436119,2436120,2436234]
}
curl --location --request POST '/api/v3/channelcode/analyse' \
--header 'appId;' \
--header 'timestamp;' \
--header '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
}
]
}