Unlock sub-account

GET

/account/:id/unlock

Query Parameters

id
required
The sub-account id

Examples

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

Result Format

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