全网手机三要素验证(简版V2)

通过比对姓名、身份证号、手机号的一致性,核验手机用户身份信息的真伪。支持三大运营商所有号码核验,覆盖全网,不限地域。直连运营商大数据,准确、合法,核验计费。
免费试用(1次)
1,000 次
2,500 次
5,000 次
0.00   /  免费试用(1次)

全网手机三要素验证(简版V2)

通过比对姓名、身份证号、手机号的一致性,核验手机用户身份信息的真伪。支持三大运营商所有号码核验,覆盖全网,不限地域。直连运营商大数据,准确、合法,核验计费。
免费试用(1次)
1,000 次
2,500 次
5,000 次
0.00   /  免费试用(1次)
API文档
错误码
示例代码
全网手机三要素验证(简版V2)
接口地址
https://dashboard.apiuni.cn/api/uni_api/consume/20aaab15c
请求方式
POST
请求参数 (Query)
返回参数 (Body)
C#
curl
java
ruby
php
python
nodeJs
go
                              
                                
                                
                                const https = require('https');
                                
                                
                                const options = {
                                  'method': 'POST',
                                  'hostname': 'https://dashboard.apiuni.cn/api/uni_api',
                                  'path': 'api/uni_api/consume/20aaab15c?name=姓名&idcard=身份证号&mobile=手机号'
                                };
                                
                                
                                const req = https.request(options, (res) => {
                                const chunks = [];
                                
                                
                                  res.on("data", (chunk) => {
                                    chunks.push(chunk);
                                  });
                                
                                
                                  res.on("end", (chunk) => {
                                    const body = Buffer.concat(chunks);
                                    console.log(body.toString());
                                  });
                                
                                
                                  res.on("error", (error) => {
                                    console.error(error);
                                  });
                                });
                                
                                
                                req.end();
                              
                              
                             const codes=
* 以上示例代码仅供参考,建议根据您的实际业务场景及技术架构发起 HTTP API 请求
合一云

您好 👋

我们能提供什么帮助?

智能搜索
手机访问
AI客服二维码

使用微信扫一扫

客户服务