号码检测API接口

参数名称 参数说明 in 是否必须 数据类型
account 账号 body true string
password 密码 body true string
productCode 产品编码(非必填) body false string
参数名称 参数说明 in
数据类
stateCode 状态码 body string
stateMsg 消息 body string
data 返回体 body string
-- productCode
产品编码
filter,live,gender,fb,ins,zalo,zaloGender,
linkedin,linkedinSenior,linkedinGender,
twitter,viber,viberActive,line,lineGender,
amazon,skype,momo,mtnMomo,operatorStandard,
operatorPremium,microsoft,tg,tgActive,trueMoney,
botim,gCash,iosAndorid,phoneCheck
data string
-- productName 产品名称 data string
--
detectionNum
剩余条数 data int
检测服务
接口地址: 请联系商务。
1. 查询产品剩余条数
接口地址: http://xxxx/api/open/int/query/product
请求方式 POST
consumes: ["application/json"]
produces: ["*/*"]
请求参数
请求示例:
响应参数:
{
"productCode": "filter",
"account": "xxx",
"password": "xxx"
}
状态码 说明
200 OK
500 错误,返回错误信息
参数名称 参数说明 in 是否必须 数据类型
account 账号 body true string
password 密码 body true string
响应示例:
响应状态:
2. 国家列表
接口地址: http://xxxx/api/open/int/query/country
请求方式 POST
consumes: ["application/json"]
produces: ["*/*"]
请求参数
{
"stateCode": "200",
"stateMsg": "成功",
"data": [
{
"productCode": "filter",
"productName": "WS有效筛选",
"detectionNum": "92500"
},
{
"productCode": "live",
"productName": "WS活跃筛选",
"detectionNum": "0"
},
{
"productCode": "fb",
"productName": "FaceBook筛选",
"detectionNum": "0"
},
{
"productCode": "ins",
"productName": "Ins筛选",
"detectionNum": "0"
},
.......
]
}
参数名称 参数说明 in 数据类型
stateCode 状态码 body string
stateMsg 消息 body string
data 批次号 body string
-- countryCode 国家简码 data int
-- code 国码区号 data int
-- name 国家名称 data int
-- fullName 全称
请求示例
响应参数:
响应示例:
响应状态:
{
"account": "xxx",
"password": "xxx"
}
{
"stateCode": "200",
"stateMsg": "成功",
"data": [
{
"countryCode": "BT",
"code": "975",
"name": "不丹",
"fullName": "+975-BT-不丹"
},
{
"countryCode": "TP",
"code": "670",
"name": "东帝汶",
"fullName": "+670-TP-东帝汶"
},
{
"countryCode": "TW",
"code": "886",
"name": "亚太T",
"fullName": "+886-TW-亚太T"
},
............
]
}
状态码 说明
200 OK
500 错误,返回错误信息
参数名称 参数说明 数据格式
file 文件流 file
account 账号 string
password 密码 string
productCode 产品编码 string
countryCode 国家简码 string
参数名称 参数说明 类型
stateCode string
stateMsg string
data 批次号
3. 号码检测-提交(文件)
接口地址: http://xxxx/api/open/int/file/check
请求方式 POST
consumes: ["form/data"]
produces: ["*/*"]
POST 请求参数
请求示例
响应参数:
响应示例:
{
"account": "xxx",
"password": "xxxx",
"file": "xxxxxx-500.txt",
"countryCode": "US",
"productCode": "liveCheck"
}
状态码 说明
200 OK
500 错误,返回错误信息
参数名称 参数说明 in
account 账号 body
password 密码 body
batchNo 批次号 body
参数名称 参数说明 类型 schema
stateCode string
stateMsg string
data DetectionRespVo DetectionRespVo
响应状态:
4. 号码检测-文件检测-返回结果
接口地址: http://xxxx/api/open/int/file/query
请求方式 POST
consumes: ["application/json"]
produces: ["*/*"]
请求参数
请求示例
响应参数:
成功样例
{
"stateCode": "200",
"stateMsg": "成功",
"data": "xxxx-xxxx-xxxxx-US-0"
}
{
"account": "",
"password": "",
"batchNo": ""
}
参数名称 参数说明 类型 schema
activeNum 有效号码条数 integer(int64)
activeTxtUrl 有效号码文件txt string
activeExcelUrl 有效号码文件excel string
参数名称 参数说明 类型 schema
stateCode code integer(int64)
stateMsg code消息string
data 返回实体 string
响应示例:
错误样例
响应示例:
{
"stateCode": "200",
"stateMsg": "成功",
"data": {
"activeNum": "31",
"activeTxtUrl": "https://xxx/ccc.txt",
"activeExcelUrl": "https://xxx/ccc.xlsx"
}
}
{
"stateCode": "500",
"stateMsg": "检测中",
"data": null
}