Description: Reset the phone password of the designated phone account, and return to the new phone password.
Parameters | Description | Required | Type |
---|---|---|---|
account |
Phone account: 4-32 characters |
Yes |
String |
appId |
Audio application ID |
Yes |
String |
https://api.onbuka.com/v3/voice/sipReset
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"
}
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 |
{
"status": "0",
"reason": "success",
"data": {
"account": "test_001",
"password": "Zi6CsOka"
}
}
Feedback
Need help?
Click here and start chatting with us!