GET /api/resellers/takeOffNumbers
Get information about numbers income
WARNING
URL of Onlinesim server is provided by Onlinesim partner support specialists. Please note, that the URL in the example is just a placeholder.
This request is optional, and you can skip this part. It returns income information of your online numbers, this data is also available on your personal page. It returns a list of online numbers of the account which income is greater than or equal to the specified sum parameter value.
This request can be used to quickly obtain information on what online numbers has reached the desired income and can be replaced with new ones.
Parameters
| Name | Type | Description |
|---|---|---|
sum | string | Filter income value, in rubles. For example: if sum = 37.5, the request will return a list of online If 0 passed as a value, the server returns a list of all online Default: 50 |
| Name | Type | Description |
|---|---|---|
Authorization* | string | see more here Example: Bearer apikey |
Responses
200
Onlinesim server response
400
Bad Request
Code Samples
No code samples available