Skip to content

GET /api/rent/tariffsRent.php

Get information on tariffs for rent numbers

Returnes information on available for rent numbers of specified country (or all of countries, if not specified): rental plans and other parameters of rent.

Unlike regular SMS receiving, rental implies a longer period of use. Also, unlike regular receiving, you can receive any number of SMS messages during the entire rental period from various senders: from websites and applications to SMS sent from regular mobile numbers.

If you initially chose a number with the extention option, you can extend the rental at any time before it expires.

INFO

Please note that some services are prohibited for use (and SMS from these services will not be received), you can find the list of such services on the front page or in Public offer.

Security

Parameters

NameTypeDescription
countrystring
minLen: 1

‘International dialing code of the country (Е.164 standard, without
“+” sign), see
country list’

Example:7
langstring

Response language:
fr - French,
de - German,
ru - Russian,
en - English,
zh - Chinese.
Please note that the translation applies only to string field values, such as service names or country names. Field names themselves, error messages, and standard values (for example, true/false for boolean fields) remain in English.

Enum:frderuenzhDefault:ruExample:en

Responses

200

‘Successful response for tariffsRent request: the server returns
information on available rental plans or throws an exception.’

Code Samples