Skip to main content

Voice verification code - voice verification code

voice verification code

A brief description:

Request URL:

  • http://platform.infin8linx.com/api/voiceCode

request method:

  • POST

parameter:

parameter name type Is it necessary illustrate
appid yes string authentication appid
accesskey yes string authentication accesskey
code yes string Verification code 4 valid digits
phone yes string The mobile phone number to receive the verification code Indonesian and Mexican mobile phone numbers do not need to add a country number. For example, if the complete number is: 0062 8123456789, you can directly request with 8123456789.
nationCode yes string Language version en:English id:Indonesian sp:Spanish

return example

{
    "code": 1,
    "msg": "successful request",
    "data": {
        "customuuid":"123123"
    }
}

Return parameter description

parameter name type illustrate
code int Return code 1 is success, others are failure
msg string returned messages
data object return data
—customuuid string task unique id

查看错误码详情