Unlock sub-account

GET

/account/:id/unlock

Query Parameters

id
required
The sub-account id

Examples


GET /account/12123/unlock HTTP/1.1
Host: api.smsfactor.com
Accept: application/json
Authorization: Bearer your.token
      
    

Result Format


{ 
    "status": 1,
    "message": "OK",
    "state": "unlocked"
}
          
        

<?xml version="1.0" encoding="UTF-8"?>
<response>
    <status>1</status>
    <message>OK</message>
    <state>unlocked</state>
</response>