POST公開中mobile-3-validate-beckoning
手机三要素核验
通过手机号、姓名、身份证号三要素进行身份核验,确保信息真实有效,防范欺诈风险。
エンドポイント
https://openapi.toolkk.com/mobile/3-validate-beckoning
レート制限
毎分 60 回
タイムアウト
5000 ms
通过手机号、姓名、身份证号三要素进行身份核验,确保信息真实有效,防范欺诈风险。
エンドポイント
https://openapi.toolkk.com/mobile/3-validate-beckoning
レート制限
毎分 60 回
タイムアウト
5000 ms
すべての API は code、message、data の標準構造で解析する前提です。
{ code, message, data }
curl --request POST \
--url 'https://openapi.toolkk.com/mobile/3-validate-beckoning' \
--header 'Content-Type: application/json' \
--header 'X-API-Key: YOUR_API_KEY' \
--data '{}'{}{
"code": 200,
"data": {
"isp": {
"type": "string",
"example": "cmcc",
"description": "运营商 cmcc:移动 cucc:联通 ctcc:电信 cncc:广电"
},
"sex": {
"type": "string",
"example": "男",
"description": "性别"
},
"desc": {
"type": "string",
"example": "一致",
"description": "结果描述"
},
"result": {
"type": "string",
"example": "0",
"description": "0:一致;1:不一致;2: 查无记录"
},
"address": {
"type": "string",
"example": "浙江省杭州市",
"description": "地址"
},
"birthday": {
"type": "string",
"example": "19850106",
"description": "出生年月"
}
},
"message": "success"
}以下の項目はサンプル JSON から自動抽出した参考情報です。
| パス | 型 | サンプル値 |
|---|---|---|
| code | number | 200 |
| data | object | {...} |
| data.isp | object | {...} |
| data.isp.type | string | string |
| data.isp.example | string | cmcc |
| data.isp.description | string | 运营商 cmcc:移动 cucc:联通 ctcc:电信 cncc:广电 |
| data.sex | object | {...} |
| data.sex.type |
| string |
| string |
| data.sex.example | string | 男 |
| data.sex.description | string | 性别 |
| data.desc | object | {...} |
| data.desc.type | string | string |
| data.desc.example | string | 一致 |
| data.desc.description | string | 结果描述 |
| data.result | object | {...} |
| data.result.type | string | string |
| data.result.example | string | 0 |
| data.result.description | string | 0:一致;1:不一致;2: 查无记录 |
| data.address | object | {...} |
| data.address.type | string | string |
| data.address.example | string | 浙江省杭州市 |
| data.address.description | string | 地址 |
| data.birthday | object | {...} |
| data.birthday.type | string | string |
| data.birthday.example | string | 19850106 |
| data.birthday.description | string | 出生年月 |
| message | string | success |