Skip to content

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

NameTypeDescription
sumstring

Filter income value, in rubles.

For example: if sum = 37.5, the request will return a list of online
numbers which income is equal to 37.5 RUB or more

If 0 passed as a value, the server returns a list of all online
numbers of the account.

Default:50
NameTypeDescription
Authorization*string

see more here

Example:Bearer apikey

Responses

200

Onlinesim server response

400

Bad Request

Code Samples