注册送短信

API: Service/Verifyphonenumber - 国际号码归属地国家查询


概览


service/verifyphonenumber是SUBMAIL的国际号码归属地国家查询API。

使用 service/verifyphonenumber 可以查询您传入的国际手机号码的归属地国家等信息。



URL


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


支持格式


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


http 请求方式


请求方式content-type设置
http postmultipart/form-datax-www-form-urlencodedapplication/json


是否需要授权


参阅 API 授权和验证机制


balance/sms POST 方法 请求参数


参数类型必需/可选默认描述
tostring必需需要验证的国际手机号码,使用标准的 E164 格式。
e.g. +1778889901


代码示例


发送一封测试短信


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 "
}