sbloccare un sottoconto

GET

/account/:id/unlock

Parametri query

id
richiesto
L'id del sottoconto

Esempi


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

Formato della risposta


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

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