Merchant Number-Get Verification Code

POST

https://api.itniotech.com/wa/phone/code

The number verification process is not completed or interrupted. Verify the number by adjusting the interface.
 
Request Parameters
Parameters Description Required Type
appId Application id Yes String
businessPhone Phone number No String
type Verification code type (0: SMS, 1: VOICE) No Integer

Special note: Since this interface is to obtain the verification code, the request frequency is limited as follows:

1st - 0s, 2nd - 1 minute, 3rd - 2 minutes, 4th - 7 hours, 5th - 13 hours, 6th - 24 hours, 7th - 48 hours.

 
Request Sample
Request URL:
    https://api.itniotech.com/wa/phone/code
Request Method:
    POST
Request Headers:
    Content-Type: multipart/form-data;charset=UTF-8
    Sign: 05d7a50893e22a5c4bb3216ae3396c7c
    Timestamp: 1630468800
    Api-Key: bDqJFiq9
Request Body:
{
    "appId":"appId",
    "businessPhone":"91856321412",
    "type":0
}
 
Response Parameters
Parameters Description Type
status Status code, 0 is successful, other failures refer to the interface response code String
reason Reason explanation String
data null String
 
Response Sample
{
	"status": "0",
	"reason": "success",
	"data": null
}