HLR Sever
URL
https://api.antgst.com/sms/hlr/send/json
Request Method
POST
Content-Type
application/json
Request Body
Filed
Type
Type
Type
Request Example:
{
    "authSecret": "6b43ccc24*********499",
    "number": "0062*****8606"
}Response Example:
{
    "msg": "SUCCESS",
    "code": 200,
    "result": {
        "number": "0062*****8606",
        "result": "VALID"
    }
}Response parameter description:
Filed
Type
Filed
msg
String
response result information
code
String
response status code
result
String
response result parameter
result.number
String
detection number
result.result
String
detection result(VALID, INVALID, UNKONWN)
Last updated
