GET /api/getFreeList
Get list of free numbers
Depending on the parameters returns information on available countries with free numbers, received messages and the list of restricted services.
Without parameters: returns a list of available countries with free numbers, messages received by the first number from the list and the list of restricted services.
With country parameter: returns a list of available free numbers of that country, messages received by the first number from the list and the list of restricted services.
With country and number parameters: returns a list of SMS messages received by this number and the list of restrices services.
You can send this request to get a number that can be used for SMS receiving, for example for testing.
WARNING
It is worth to mention that since the access for these numbers is public we do not recommend to use them to create accounts for personal use with any personal information.
INFO
Please note that 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.
Parameters
| Name | Type | Description |
|---|---|---|
country | integer≥ 1 | ‘International dialing code of the country (Е.164 standard, without Default: 7Example:46 |
number | string | Free phone number, without country code Example: 9100100101 |
lang | string | Response language: Enum: frderuenzhDefault:ruExample:en |
Responses
200
Successful response for getFreeList request: the server returns
information on free numbers and messages they’ve received.
Code Samples
No code samples available