Brief Explanation
Obtaining the verification code requires a combination of 4 interfaces.
Use the GET method to access the interface, and concatenate the parameters after the URL.
1.Query Service List.
https://smscode.biz/smsapi/handler/getGzsProjectList?apiKey=$apiKey&lang=$lang
Demo
https://smscode.biz/smsapi/handler/getGzsProjectList?apiKey=xs_NjrdPKaK9RQoUo_yITL7Tn3gpEe7rwh__&lang=en
Parameters:
$apiKey - API key, obtained on the website under [My Information], is valid permanently after login and invalid after logout.
$lang - Country language code, en: English zh: Chinese ru: Russian.
Response:
{
"code": 0,
"msg": "success",
"data": [
{
"id": "0d60fde9c1c14f5b89dac3a7ed5ef17b", // Service number, the second interface will use it.
"appName": "WhatsApp", // Service name
"country": "Russia", // Country
"cost": 120.00 // Service amount, settled in rubles
},
{
"id": "f8296a56f729473d9f9f0bc186defe24",
"appName": "Telegram",
"country": "Australia",
"cost": 470.00
}
]
}
2.Get Phone Number V2
https://smscode.biz/smsapi/handler/getPhoneV2?apiKey=$apiKey&lang=$lang&country=$country&service=$service&channel=$channel&price=$price
Parameters:
$apiKey - API Key
$lang - Country language code
$country - Country name
$service - App name
$channel - Channel provider, the default is [any]
$price - Max price
Response:
{
"code": 0,
"msg": "success",
"data": {
"flag": 2,
"phone": "+79959425332", // Phone number
"orderNumber": "b791112c4dc145f0a5517025868615d7", // orderId, The next interface will be used
"excTime": null,
"createTime": null
}
}
3.Get Verification Code
https://smscode.biz/smsapi/handler/getCode?apiKey=$apiKey&lang=$lang&orderNumber=$orderNumber
Parameters:
$apiKey - API Key
$lang - Country language code
$orderNumber - orderId, Use the order number returned by the previous get number interface
Response:
{
"code": 0,
"msg": "success",
"data": "1232" //Verification Code
}
Note: The verification code may be delayed. Please poll the provider to get it. It is recommended to refresh it once every 5 ~ 10 seconds
4.Feedback Order Status
https://smscode.biz/smsapi/handler/back?apiKey=$apiKey&lang=$lang&orderNumber=$orderNumber&status=$status
Demo
https://smscode.biz/smsapi/handler/back?apiKey=xs_NjrdPKaK9RQoUo_yITL7Tn3gpEe7rwh__&lang=en&orderNumber=b791112c4dc145f0a5517025868615d7&status=5
Parameters:
$apiKey - API Key
$lang - Country language code
$orderNumber - orderId
$status - Status Code, 4:Release 2:Error 3:Banned 5:Success
Response:
{
"code": 10031,
"msg": "Success",
"data": null
}
Note: After receiving the verification code, please feedback the order status in time, otherwise the system will time out successfully and deduct the fee automatically.
5.Get The Counts Of Online Phone Number
https://smscode.biz/smsapi/handler/getOnlineKsCount?apiKey=$apiKey&lang=$lang
Parameters:
$apiKey - API Key
$lang - Country language code
Response:
{
"code": 0,
"msg": "success",
"data": {
"2": "0", // key : Service id , value : conuts
"5": "0"
}
}
国家对照表
爱尔兰 | 中国台湾 | 韩国 | 希腊 | 巴拿马 | 南非 | 保加利亚 | 俄罗斯 | 比利时 |
---|---|---|---|---|---|---|---|---|
Ireland | Taiwan | Korea | Greece | Panama | South Africa | Bulgaria | Russia | Belgium |
荷兰 | 瑞典 | 波兰 | 柬埔寨 | 马里 | 墨西哥 | 斯洛伐克 | 贝宁 | 拉脱维亚 |
---|---|---|---|---|---|---|---|---|
Netherlands | Sweden | Poland | Cambodia | Mali | Mexico | Slovakia | Benin | Latvia |
多哥 | 阿塞拜疆 | 沙特阿拉伯 | 智利 | 赞比亚 | 匈牙利 | 澳大利亚 | 马拉维 | 乌克兰 |
---|---|---|---|---|---|---|---|---|
Togo | Azerbaijan | SaudiArabia | Chile | Zambia | Hungary | Australia | Malawi | Ukraine |
布隆迪 | 尼加拉瓜 | 北马其顿 | 老挝 | 委内瑞拉 | 越南 | 几内亚 | 斯洛文尼亚 | 新西兰 |
---|---|---|---|---|---|---|---|---|
Burundi | Nicaragua | North Macedonia | Laos | Venezuela | Vietnam | Guinea | Slovenia | New Zealand |
塞尔维亚 | 乌兹别克斯坦 | 毛里塔尼亚 | 西班牙 | 阿富汗 | 尼日利亚 | 哥伦比亚 | 芬兰 | 捷克 |
---|---|---|---|---|---|---|---|---|
Serbia | Uzbekistan | Mauritania | Spain | Afghanistan | Nigeria | Colombia | Finland | Czech |
乌干达 | 安哥拉 | 葡萄牙 | 厄瓜多尔 | 约旦 | 突尼斯 | 印度 | 肯尼亚 | 吉尔吉斯斯坦 |
---|---|---|---|---|---|---|---|---|
Uganda | Angola | Portugal | Ecuador | Jordan | Tunisia | India | Kenya | Kyrgyzstan |
德国 | 奥地利 | 摩尔多瓦 | 泰国 | 罗马尼亚 | 缅甸 | 澳门 | 洪都拉斯 | 意大利 |
---|---|---|---|---|---|---|---|---|
Germany | Austria | Moldova | Thailand | Romania | Myanmar | Macao | Honduras | Italy |
菲律宾 | 法国 | 丹麦 | 阿根廷 | 伊拉克 | 摩洛哥 | 美国 | 尼泊尔 |
---|---|---|---|---|---|---|---|
Philippines | France | Denmark | Argentina | Iraq | Morocco | USA | Nepal |
埃及 | 加纳 | 土耳其 | 刚果 | 巴西 | 加拿大 | 日本 | 中国香港 | 以色列 |
---|---|---|---|---|---|---|---|---|
Egypt | Ghana | Turkey | Congo | Brazil | Canada | Japan | Hongkong | Israel |
蒙古 | 喀麦隆 | 瑞士 | 塞内加尔 | 塔吉克斯坦 | 玻利维亚 | 立陶宛 | 海地 |
---|---|---|---|---|---|---|---|
Mongolia | Cameroon | Switzerland | Senegal | Tajikistan | Bolivia | Lithuania | Haiti |
秘鲁 | 英国 | 克罗地亚 | 也门 | 伊朗 | 印度尼西亚 | 格鲁吉亚 | 冈比亚 | 塞浦路斯 |
---|---|---|---|---|---|---|---|---|
Peru | United Kingdom | Croatia | Yemen | Iran | Indonesia | Georgia | Gambia | Cyprus |
巴拉圭 | 埃塞俄比亚 | 利比里亚 | 乍得 | 巴基斯坦 | 斯里兰卡 | 哈萨克斯坦 | 马来西亚 | 苏丹 |
---|---|---|---|---|---|---|---|---|
Paraguay | Ethiopia | Liberia | Chad | Pakistan | Sri Lanka | Kazakhstan | Malaysia | Sudan |
新加坡 | 爱沙尼亚 | 加蓬 |
---|---|---|
Singapore | Estonia | Gabon |