该文档为第一版接口,后续将弃用,目前已不再更新维护,建议您使用新的接口文档进行请求:https://salesmartly-api.apifox.cn
curl --location --request GET 'https://api.salesmartly.com/api/whatsapp/get-whatsapp-api-list?page_size=20&page=1&project_id=' \
--header 'external-sign;'
{
"data": {
"list": [
{
"id": "string",
"sys_user_id": "string",
"channel_name": "string",
"phone_number": "string",
"status": "string",
"enable_status": "string",
"created_time": "string",
"updated_time": "string"
}
],
"total": 0,
"page": 0,
"page_size": 0
},
"count": {},
"code": 0,
"msg": "string"
}