GET /api/getBalance.php
Get information on current user balance
Returns the current user balance.
You might use it to check the balance of the profile to top it up when needed (for example to handle WARNING_LOW_BALANCE exceptions).
Security
- apikey
- BearerAuth
- OAuth2 (Scopes: sms-scope)
sms-scope: grants access to manage numbers for the SMS receiving service from Onlinesim
Parameters
| Name | Type | Description |
|---|---|---|
income | boolean | Information on affiliate program earnings |
lang | string | Response language: Enum: frderuenzhDefault:ruExample:en |
Responses
200
‘Successful response for getBalance request: the server returns
information on your current balance status or throws an exception.’
Code Samples
No code samples available