Home Support SMS API

Reset Phone Password

Description: Reset the phone password of the designated phone account, and return to the new phone password.

Request Parameters Description:

Parameters Description Required Type

account

Phone account: 4-32 characters

Yes

String

appId

Audio application ID

Yes

String

Request URL:

                    
                      https://api.onbuka.com/v3/voice/sipReset
                    
                  

Request Sample:

                    
                      RequestURL:
                        https://api.onbuka.com/v3/voice/sipReset
                      RequestMethod:
                        POST
                      RequestHeaders:
                        Content-Type: application/json;charset=UTF-8
                        Sign: 05d7a50893e22a5c4bb3216ae3396c7c
                        Timestamp: 1630468800
                        Api-Key: bDqJFiq9
                      RequestBody:
                        {
                          "account": "test_001",
                          "appId": "4luaKsL2"
                        }
                    
                  

Response Parameters Description:

Parameters Description Type

status

"0"means successful, others than 0 means failure, seeing Status code description.

String

reason

Failure reason description

String

data

Resetting information

JSONObject

account

Phone account

String

password

New phone password

String

Response Sample:

                    
                      {
                        "status": "0",
                        "reason": "success",
                        "data": {
                          "account": "test_001",
                          "password": "Zi6CsOka"
                        }
                      }
                    
                  
 

Previous Topic: Inquire Phone
Next Topic: Upload Audio File

Feedback

0/500

Need help?

Click here and start chatting with us!