а√在线中文网新版地址在线,播五月开心婷婷综合,午夜国产精品视频在线,√8天堂资源地址中文在线,80岁色老头oldmanvideos

注冊(cè)送短信

API: Service/Verifyphonenumber - 國(guó)際號(hào)碼歸屬地國(guó)家查詢


概覽


service/verifyphonenumber是SUBMAIL的國(guó)際號(hào)碼歸屬地國(guó)家查詢API。

使用 service/verifyphonenumber 可以查詢您傳入的國(guó)際手機(jī)號(hào)碼的歸屬地國(guó)家等信息。



URL


https://api-v4.mysubmail.com/service/verifyphonenumber


支持格式


格式URL
jsonhttps://api-v4.mysubmail.com/service/verifyphonenumber.json (默認(rèn))
xmlhttps://api-v4.mysubmail.com/service/verifyphonenumber.xml
yamlhttps://api-v4.mysubmail.com/service/verifyphonenumber.yaml


http 請(qǐng)求方式


請(qǐng)求方式content-type設(shè)置
http postmultipart/form-data、x-www-form-urlencodedapplication/json


是否需要授權(quán)


參閱 API 授權(quán)和驗(yàn)證機(jī)制


balance/sms POST 方法 請(qǐng)求參數(shù)


參數(shù)類型必需/可選默認(rèn)描述
tostring必需無(wú)需要驗(yàn)證的國(guó)際手機(jī)號(hào)碼,使用標(biāo)準(zhǔn)的 E164 格式。
e.g. +1778889901


代碼示例


發(fā)送一封測(cè)試短信


POST
https://api-v4.mysubmail.com/service/verifyphonenumber.json


POST DATA
to=+17788xxxxxxxx


返回
{
    "status": "success",
    "to": "+17788xxxxxxxx",
    "country_code": 1,
    "country_region": "CA",
    "country_name": "Canada "
}