get getRentNum
https://onlinesim.io/api/rent/getRentNum.php
This request allows you to rent a number of a specific country for SMS receiving.
You can use this request when you need to receive messages from multiple different services or from a single one, but over a long time period.
IMPORTANT NOTES! &br; Please note that every new rent operation has a 20 minute guard time, during which SMS must be received by issued number. If you won't use the number within this timeframe the operation will be terminated automatically and the cost of rent will be refunded. &br; Also some services are prohibited for use (and SMS from these services are not available), you can find the list of such services on the front page or in Public offer.
Security
Parameters
country
Country code (Е.164 standard, without "+" sign), see getNumbersStats
query
- integerExample:
46
>= 1
extension
query
- booleanExample:
true
pagination
query
- booleanExample:
true
lang
Response language: fr
- French, de
- German, ru
- Russian, en
- English, zh
- Chinese
query
- stringExample:
"en"
Enum:fr
de
ru
en
zh
Responses
200
- Schema
- Examples
- objectExample:
{"response":1,"item":{"status":0,"messages":{"current_page":1,"data":[{}],"from":1,"last_page":12,"per_page":20,"to":2,"total":4},"country":46,"rent":0,"extension":1,"checked_time":"2022-07-17 11:55:13","sum":215.5,"number":"9108501010","tzid":10000,"time":19,"days":0,"hours":14,"extend":{"\"prolongation_period_in days\"":0},"checked":true,"reload":1,"day_extend":36,"m_ext":true,"freeze":true}}
Properties:response
mixed1, if the request has been completed successfully, or an error messageExample:1
One Of:- integerExample:
0
- stringExample:
"string"
item
objectExample:{"status":0,"messages":{"current_page":1,"data":[{}],"from":1,"last_page":12,"per_page":20,"to":2,"total":4},"country":46,"rent":0,"extension":1,"checked_time":"2022-07-17 11:55:13","sum":215.5,"number":"9108501010","tzid":10000,"time":19,"days":0,"hours":14,"extend":{"\"prolongation_period_in days\"":0},"checked":true,"reload":1,"day_extend":36,"m_ext":true,"freeze":true}