Reserve Balance
Returns the current reserved amount. Waiting activations do not reserve balance because the charge happens only after the SMS code is received.
GET http://privatesms.vip/stubs/handler_api.php?api_key={apikey}&action=getReservedBalance
Request Parameters
| Name | Description |
api_key | Personal API key from the client account. |
action | Must be getReservedBalance. |
Response Examples
200 OK
RESERVED_BALANCE:0.00
Error Responses
| Status | Server response | Description |
| 401 | BAD_KEY | The API key is invalid. |
| 400 | BAD_ACTION | The action value is invalid. |
| 500 | SERVER ERROR | Unexpected internal server error. |
| 403 | BANNED | The account is disabled. |