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

NameDescription
api_keyPersonal API key from the client account.
actionMust be getReservedBalance.

Response Examples

200 OK

RESERVED_BALANCE:0.00

Error Responses

StatusServer responseDescription
401BAD_KEYThe API key is invalid.
400BAD_ACTIONThe action value is invalid.
500SERVER ERRORUnexpected internal server error.
403BANNEDThe account is disabled.
RUEN