Unlock sub-account
GET
/account/:id/unlock
Abfrage-Parameter
id
notwendig
|
Ein Unterkonto entsperren |
Beispiele
HTTP
httpCopyGET /account/12123/unlock HTTP/1.1
Host: api.smsfactor.com
Accept: application/json
Authorization: Bearer your.token
Ergebnisformat
JSON
{
"status": 1,
"message": "OK",
"state": "unlocked"
}