Smspva Api
Smspva Api
0)
Overview
The documentation for the SMSPVA.com website is organized into four key sections:
ApiKey:
Your ApiKey is located in the Profile and ApiKey section, accessible via the top right drop-down menu.
Support:
For any issues, inquiries, or feedback, please contact technical support via the Help page or online
support chat.
SMS Reception Timing: If you haven't received an SMS within 580 seconds (9 minutes and 40
seconds), make sure to ban the number you received. Attempting to ban the number after 10
minutes will result in the number not being banned and potentially being allocated again due to the
system retaining the request ID for 10 minutes before its deletion.
Connection rate limit: Up to 50 connections per seconds are allowed.
Query Interval: Maintain an interval of 4 to 5 seconds between any queries to ensure full API
utilization. Failure to adhere to this may lead to server rejection of your requests.
Quick start
Get Number
Get a number for country and service
AUTHORIZATIONS: apikey
PATH PARAMETERS
country string
required
Example: RU
Country 2 symbols name in ISO 3166-2 format, uppercase.
Countries list
service string
required
Example: opt20
Service code.
Services list
Responses
200
Successful operation
statusCode integer
Example: "200"
Result status code
data object
Response data
405
Invalid parameters
407
Your balance is too low to receive sms for selected country and service.
411
500
501
502
503
GET /activation/number/{country}/{service}
Request samples
Copy
curl --request GET \
--url https://api.smspva.com/activation/number/RU/opt20 \
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
Content type
application/json
Copy Expand all Collapse all
{
"statusCode": 200,
- "data": {
"orderId": 123456,
"phoneNumber": 9876544321,
"countryCode": "RU",
"orderExpireIn": 600
}
}
Receive SMS
Receive SMS with service activation code
PATH PARAMETERS
orderid integer
required
Example: 123456
ID of order received in number response
HEADER PARAMETERS
partnerkey string
Example: 3eaa1c1f977d5a8152380f13cdfd03d0
Optional partnerkey parameter for referral system.
Responses
200
Successful operation
statusCode integer
Example: "200"
Result status code
data object
Response data
202
statusCode integer
Example: "202"
Result status code
error object
Error data
405
Invalid parameters
406
407
410
411
500
501
503
The server is overloaded and experiencing performance issues. Please try later.
GET /activation/sms/{orderid}
Request samples
Copy
curl --request GET \
--url https://api.smspva.com/activation/sms/123456 \
--header 'partnerkey: SOME_STRING_VALUE'
Response samples
503
Content type
application/json
Data list
Countries list
For select the country you need - indicate according country code at the "country" parameter.
1 United States US
2 Canada CA
3 Unt. Kingdom UK
4 France FR
5 Germany DE
6 Italy IT
7 Spain ES
8 Albania AL
9 Argentina AR
10 Australia AU
11 Austria AT
12 Bangladesh BD
14 Brazil BR
15 Bulgaria BG
16 Cambodia KH
17 Cameroon CM
№ Flag Country Code
18 Chile CL
19 Colombia CO
20 Croatia HR
21 Cyprus CY
22 Czech Republic CZ
23 Denmark DK
24 Dominicana DO
25 Egypt EG
26 Estonia EE
27 Finland FI
28 Georgia GE
29 Ghana (Virtual) GH
30 Gibraltar GI
31 Greece GR
32 Hong Kong HK
33 Hungary HU
34 India IN
35 Japan JP
36 Kyrgyzstan (Virtual) KG
№ Flag Country Code
37 Malta MT
38 Norway NO
39 Pakistan (Virtual) PK
40 Saudi Arabia SA
41 Singapore SG
42 Switzerland CH
43 Tanzania TZ
44 Uzbekistan (Virtual) UZ
45 Indonesia ID
46 Ireland IE
47 Israel IL
48 Kazakhstan KZ
49 Kenya KE
50 Laos LA
51 Latvia LV
52 Lithuania LT
53 Macedonia MK
54 Malaysia MY
55 Mexico MX
№ Flag Country Code
56 Moldova MD
57 Morocco MA
58 Netherlands NL
59 New Zealand NZ
60 Nigeria NG
61 Paraguay PY
62 Philippines PH
63 Poland PL
64 Portugal PT
65 Romania RO
66 Russian Federation RU
67 Serbia RS
68 Slovakia SK
69 Slovenia SI
70 South Africa ZA
71 Sweden SE
72 Thailand TH
73 Turkey TR
74 Ukraine UA
№ Flag Country Code
75 Vietnam VN
Services list
If you do not find the service you need, then you can use the OTHER (opt19) service or contact support
to add the service you need.
2 1cupis.ru opt251
3 22bet opt224
4 888casino opt22
5 Abbott opt242
7 Airbnb opt46
9 Amazon opt44
10 AOL opt10
11 Apple opt131
12 autocosmos.com opt143
13 Avito opt59
14 Badoo opt56
№ Logo Service Code
15 BANDUS opt209
16 Bazos.sk opt138
17 Beget.com opt187
18 bet365 opt17
20 BetFair opt25
21 Betmgm opt223
22 Bitpanda opt237
23 Blizzard opt78
24 blsspain-russia.com opt135
25 Bolt opt81
26 Brevo opt217
27 bumble opt145
28 bunq opt199
29 bwin opt137
30 Careem opt89
31 casa.it opt148
33 Cashrewards opt214
35 ChoTot opt176
№ Logo Service Code
36 CityMobil opt76
38 Clubhouse opt98
39 CoinBase opt112
40 CONTACT opt51
41 Craigslist opt26
43 CupidMedia opt157
45 Deliveroo opt53
46 DenimApp opt204
47 DiDi opt92
48 Discord opt45
49 DistroKid opt232
51 Doordash opt40
52 Drom.RU opt32
54 dundle opt136
55 EasyPay opt21
56 ENEBA opt200
58 EUROBET opt141
59 Facebook opt2
60 FastMail opt43
61 Fbet opt215
62 Feeld opt159
63 Fiverr opt6
64 fontbet opt139
65 foodora opt189
66 foodpanda opt115
67 Fortuna opt221
68 Fotostrana opt13
69 funpay opt142
70 G2A.COM opt68
71 Gameflip opt77
73 GetsBet.ro opt179
74 GetTaxi opt35
75 GGbet opt188
76 GGPokerUK opt229
77 giocodigitale.it opt85
79 goldbet.it opt240
№ Logo Service Code
82 GrabTaxi opt30
83 Grailed opt420
84 Grindr opt110
85 Happn opt155
86 HelloTalk opt203
87 hepsiburada opt238
88 Hey opt216
89 Hinge opt120
90 hopper opt144
91 HUAWEI opt166
92 ICard opt103
93 idealista.com opt165
94 ifood opt55
95 IMO opt111
96 inbox.lv opt167
97 Inboxdollars opt118
99 Ipsos opt193
147 OD opt5
All requests
Get Number
Get a number for country and service
AUTHORIZATIONS: apikey
PATH PARAMETERS
country string
required
Example: RU
Country 2 symbols name in ISO 3166-2 format, uppercase.
Countries list
service string
required
Example: opt20
Service code.
Services list
Responses
200
Successful operation
statusCode integer
Example: "200"
Result status code
data object
Response data
405
Invalid parameters
407
Your balance is too low to receive sms for selected country and service.
411
500
502
503
GET /activation/number/{country}/{service}
Request samples
Copy
curl --request GET \
--url https://api.smspva.com/activation/number/RU/opt20 \
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
Content type
application/json
PATH PARAMETERS
orderid integer
required
Example: 123456
ID of order received in number response
HEADER PARAMETERS
partnerkey string
Example: 3eaa1c1f977d5a8152380f13cdfd03d0
Optional partnerkey parameter for referral system.
Responses
200
Successful operation
statusCode integer
Example: "200"
Result status code
data object
Response data
202
statusCode integer
Example: "202"
Result status code
error object
Error data
405
Invalid parameters
406
407
410
411
500
501
503
The server is overloaded and experiencing performance issues. Please try later.
GET /activation/sms/{orderid}
Request samples
Copy
curl --request GET \
--url https://api.smspva.com/activation/sms/123456 \
--header 'partnerkey: SOME_STRING_VALUE'
Response samples
503
Content type
application/json
AUTHORIZATIONS: apikey
Responses
200
Successful operation
statusCode integer
Example: "200"
Result status code
data object
Response data
GET /activation/balance
Request samples
Copy
curl --request GET \
--url https://api.smspva.com/activation/balance \
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
200
Content type
application/json
AUTHORIZATIONS: apikey
Responses
200
Successful operation
statusCode integer
Example: "200"
Result status code
data object
Response data
GET /activation/userinfo
Request samples
Copy
curl --request GET \
--url https://api.smspva.com/activation/userinfo \
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
200
Content type
application/json
AUTHORIZATIONS: apikey
PATH PARAMETERS
country string
Example: RU
Country 2 symbols name in ISO 3166-2 format, uppercase.
Countries list
Responses
200
Successful operation
statusCode integer
Example: "200"
Result status code
GET /activation/countnumbers/{country}
Request samples
Shell + Curl Php + Curl Node + Request Python + Python3
Copy
curl --request GET \
--url https://api.smspva.com/activation/countnumbers/RU \
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
200
Content type
application/json
AUTHORIZATIONS: apikey
PATH PARAMETERS
country string
required
Example: RU
Country 2 symbols name in ISO 3166-2 format, uppercase.
Countries list
service string
required
Example: opt0
Service code.
Services list
Responses
200
Successful operation
statusCode integer
Example: "200"
Result status code
data object
Response data
GET /activation/serviceprice/{country}/{service}
Request samples
Copy
curl --request GET \
--url https://api.smspva.com/activation/serviceprice/RU/opt0 \
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
200
Content type
application/json
AUTHORIZATIONS: apikey
Responses
200
Successful operation
statusCode integer
Example: "200"
Result status code
GET /activation/servicesprices
Request samples
Copy
curl --request GET \
--url https://api.smspva.com/activation/servicesprices \
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
200
Content type
application/json
AUTHORIZATIONS: apikey
PATH PARAMETERS
number integer
required
Example: 98765432
Phone number without country phone code.
service string
required
Example: opt0
Service code. To see all service codes please refer to servicesprices method.
Responses
200
Successful operation
data object
Response data
405
GET /activation/numberstatus/{number}/{service}
Request samples
Copy
curl --request GET \
--url https://api.smspva.com/activation/numberstatus/98765432/opt0 \
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
200 405
Content type
application/json
AUTHORIZATIONS: apikey
PATH PARAMETERS
orderid integer
required
Example: 123456
Order ID
Responses
200
Successful operation
statusCode integer
Example: "200"
Result status code
data object
Response data
404
405
Invalid parameters
406
501
PUT /activation/clearsms/{orderid}
Request samples
Copy
curl --request PUT \
--url https://api.smspva.com/activation/clearsms/123456 \
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
Content type
application/json
Cancel order.
Cancel order.
AUTHORIZATIONS: apikey
PATH PARAMETERS
orderid integer
required
Example: 123456
Order ID
Responses
200
Successful operation
statusCode integer
Example: "200"
Result status code
data object
Response data
405
Invalid parameters
406
411
501
503
The server is overloaded and experiencing performance issues. Please try later.
PUT /activation/cancelorder/{orderid}
Request samples
Shell + Curl Php + Curl Node + Request Python + Python3
Copy
curl --request PUT \
--url https://api.smspva.com/activation/cancelorder/123456 \
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
Content type
application/json
AUTHORIZATIONS: apikey
PATH PARAMETERS
orderid integer
required
Example: 123456
Order ID
Responses
200
Successful operation
RESPONSE SCHEMA: application/json
statusCode integer
Example: "200"
Result status code
data object
Response data
405
406
411
501
503
The server is overloaded and experiencing performance issues. Please try later.
PUT /activation/blocknumber/{orderid}
Request samples
Copy
curl --request PUT \
--url https://api.smspva.com/activation/blocknumber/123456 \
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
AUTHORIZATIONS: apikey
Responses
200
Successful operation
statusCode integer
Example: "200"
Result status code
data object
Response data
501
The server is overloaded and experiencing performance issues. Please try later.
GET /activation/orders
Request samples
Copy
curl --request GET \
--url https://api.smspva.com/activation/orders \
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
Content type
application/json
Quick start
QUERY PARAMETERS
method string
required
Example: method=create
Method name
apikey string
required
Example: apikey=yourapikeyhere
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
dtype string
required
Example: dtype=week
Type of period: week or month
dcount integer
required
Example: dcount=1
Count type of period, i.e. if dtype=week then counts of weeks
country string
required
Example: country=RU
Country code of number
Countries list
service string
required
Example: service=opt6
Service code
Services list
Responses
200
Success
status integer
Example: "1"
Status of the response: 1 for success, 0 for failure
data Array of objects
GET /api/rent.php?method=create
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/api/rent.php?method=create&apikey=yourapikeyhere&
Response samples
200
Content type
application/json
QUERY PARAMETERS
method string
required
Example: method=create_multi
Method name
apikey string
required
Example: apikey=yourapikeyhere
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
dtype string
required
Example: dtype=week
Type of period: week or month
dcount integer
required
Example: dcount=1
Count type of period, i.e. if dtype=week then counts of weeks
country string
required
Example: country=RU
Country code of number
Countries list
services string
required
Example: services=opt6,opt7,opt8
Services codes separated by commas
Services list
Responses
200
Success
status integer
Example: "1"
Status of the response: 1 for success, 0 for failure
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/api/rent.php?method=create_multi&apikey=yourapike
Response samples
200
Content type
application/json
QUERY PARAMETERS
method string
required
Example: method=activate
Method name
apikey string
required
Example: apikey=yourapikeyhere
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
id integer
required
Example: id=1
ID of order
Responses
200
Success
status integer
Example: "1"
Status of the response: 1 for success, 0 for failure
GET /api/rent.php?method=activate
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/api/rent.php?method=activate&apikey=yourapikeyher
Response samples
200
Content type
application/json
Copy Expand all Collapse all
{
"status": "1",
- "data": [
+ { … }
]
}
QUERY PARAMETERS
method string
required
Example: method=orders
Method name
apikey string
required
Example: apikey=yourapikeyhere
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
Responses
200
Success
status integer
Example: "1"
Status of the response: 1 for success, 0 for failure
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/api/rent.php?method=orders&apikey=yourapikeyhere'
Response samples
200
Content type
application/json
QUERY PARAMETERS
method string
required
Example: method=sms
Method name
apikey string
required
Example: apikey=yourapikeyhere
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
id integer
required
Example: id=123
ID of order
Responses
200
Success
status integer
Status of the response: 1 for success, 0 for failure
GET /api/rent.php?method=sms
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/api/rent.php?method=sms&apikey=yourapikeyhere&id=
Response samples
200
Content type
application/json
Copy Expand all Collapse all
{
"status": 0,
- "data": [
+ { … }
]
}
Data list
Countries list
For select the country you need - indicate according country code at the "country" parameter.
1 Puerto Rico PR
2 United States US
3 Canada CA
4 Unt. Kingdom UK
5 France FR
6 Germany DE
7 Italy IT
8 Spain ES
№ Flag Country Code
9 Albania AL
10 Argentina AR
11 Australia AU
12 Austria AT
13 Bangladesh BD
14 Bulgaria BG
15 Cambodia KH
16 Croatia HR
17 Cyprus CY
18 Czech Republic CZ
19 Denmark DK
20 Egypt EG
21 Estonia EE
22 Finland FI
23 Greece GR
24 Hong Kong HK
25 Hungary HU
26 Japan JP
27 Malta MT
№ Flag Country Code
28 Norway NO
29 Switzerland CH
30 Tanzania TZ
31 Indonesia ID
32 Ireland IE
33 Israel IL
34 Kazakhstan KZ
35 Latvia LV
36 Lithuania LT
37 Macedonia MK
38 Malaysia MY
39 Mexico MX
40 Moldova MD
41 Netherlands NL
42 New Zealand NZ
43 Paraguay PY
44 Philippines PH
45 Poland PL
46 Portugal PT
№ Flag Country Code
47 Romania RO
48 Russian Federation RU
49 Serbia RS
50 Slovakia SK
51 Slovenia SI
52 Sweden SE
53 Thailand TH
54 Turkey TR
55 Ukraine UA
Services list
If you do not find the service you need, then you can use the OTHER (opt19) service or contact support
to add the service you need.
2 1xbet opt77
4 airtm opt204
5 airwallex.com opt161
7 Amazon opt44
8 Apple opt154
9 Ari10 opt206
10 astropay.com opt102
11 Avito opt59
12 B100 opt215
13 bankera.com opt45
15 Bazos.sk opt193
16 BBVA opt141
17 bet365 opt43
18 Betano opt210
19 betwinner3.com opt51
20 Bilderlings opt177
21 Binance opt10
22 bit2me opt203
23 Bitnovo opt207
24 Bitpanda opt199
25 BITSA opt57
26 Bitwala opt94
27 blackcatcard opt144
28 Blizzard(+battle.net) opt3
№ Logo Service Code
29 bluevine opt49
30 Bnext opt25
31 booking opt88
32 Bovada opt214
33 Brighty.app opt213
34 Bumble.com opt165
35 BUNQ opt21
36 casa.it opt98
37 Chase opt40
38 CoinBase opt70
39 CONTACT opt164
40 Crypto.com opt56
41 Discord opt147
42 DPD UK opt221
43 dukascopy opt91
44 Dzing opt71
45 Esselunga opt194
46 EUROBET opt68
47 Facebook opt2
48 Fbet opt171
49 Finom opt179
№ Logo Service Code
50 Fiverr opt6
51 Flowbank opt181
52 fonbet opt158
53 Foxpay opt190
54 gemini.com opt54
57 Guavapay(+Myguava) opt152
58 Hinge opt185
59 Holvi opt80
60 huobi.com opt150
61 hype.it opt105
62 iCard opt99
63 imagin opt89
64 Indeed.com opt34
67 JD.com opt198
68 Joust2trade opt92
69 KCEX opt201
70 Klarna opt156
71 Kleinanzeigen opt178
№ Logo Service Code
72 Kraken opt81
73 kucoin/bybit opt166
74 Leboncoin opt216
75 libero.it opt187
76 LINE opt32
77 LinkedIn opt8
79 Lydia(+Sumeria) opt167
82 match.com opt96
84 Monese opt97
85 moneygram.com opt35
86 Moneyjar opt140
87 MoneyLion opt75
88 Moneytopay opt162
89 mooneygroup.it opt183
90 Mostbet opt143
91 MyBookie opt191
92 myfin.bg opt168
93 N26 opt52
№ Logo Service Code
94 NamirialTSP opt186
95 NCSOFT opt211
96 Neteller opt1001
97 nexo.io opt26
98 nickel.eu opt189
99 Noelse opt197
All requests
QUERY PARAMETERS
method string
required
Example: method=create
Method name
apikey string
required
Example: apikey=yourapikeyhere
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
dtype string
required
Example: dtype=week
Type of period: week or month
dcount integer
required
Example: dcount=1
Count type of period, i.e. if dtype=week then counts of weeks
country string
required
Example: country=RU
Country code of number
Countries list
service string
required
Example: service=opt6
Service code
Services list
Responses
200
Success
status integer
Example: "1"
Status of the response: 1 for success, 0 for failure
data Array of objects
GET /api/rent.php?method=create
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/api/rent.php?method=create&apikey=yourapikeyhere&
Response samples
200
Content type
application/json
QUERY PARAMETERS
method string
required
Example: method=create_multi
Method name
apikey string
required
Example: apikey=yourapikeyhere
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
dtype string
required
Example: dtype=week
Type of period: week or month
dcount integer
required
Example: dcount=1
Count type of period, i.e. if dtype=week then counts of weeks
country string
required
Example: country=RU
Country code of number
Countries list
services string
required
Example: services=opt6,opt7,opt8
Services codes separated by commas
Services list
Responses
200
Success
status integer
Example: "1"
Status of the response: 1 for success, 0 for failure
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/api/rent.php?method=create_multi&apikey=yourapike
Response samples
200
Content type
application/json
QUERY PARAMETERS
method string
required
Example: method=activate
Method name
apikey string
required
Example: apikey=yourapikeyhere
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
id integer
required
Example: id=1
ID of order
Responses
200
Success
status integer
Example: "1"
Status of the response: 1 for success, 0 for failure
GET /api/rent.php?method=activate
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/api/rent.php?method=activate&apikey=yourapikeyher
Response samples
200
Content type
application/json
Copy Expand all Collapse all
{
"status": "1",
- "data": [
+ { … }
]
}
QUERY PARAMETERS
method string
required
Example: method=orders
Method name
apikey string
required
Example: apikey=yourapikeyhere
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
Responses
200
Success
status integer
Example: "1"
Status of the response: 1 for success, 0 for failure
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/api/rent.php?method=orders&apikey=yourapikeyhere'
Response samples
200
Content type
application/json
QUERY PARAMETERS
method string
required
Example: method=sms
Method name
apikey string
required
Example: apikey=yourapikeyhere
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
id integer
required
Example: id=123
ID of order
Responses
200
Success
status integer
Status of the response: 1 for success, 0 for failure
GET /api/rent.php?method=sms
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/api/rent.php?method=sms&apikey=yourapikeyhere&id=
Response samples
200
Content type
application/json
Copy Expand all Collapse all
{
"status": 0,
- "data": [
+ { … }
]
}
QUERY PARAMETERS
method string
required
Example: method=getcountries
Method name
Responses
200
Success
status integer
GET /api/rent.php?method=getcountries
Request samples
Response samples
200
Content type
application/json
QUERY PARAMETERS
method string
required
Example: method=getdata
Method name
apikey string
required
Example: apikey=yourapikeyhere
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
country string
required
Example: country=RU
Country code of number
Countries list
dtype string
required
Example: dtype=week
Type of period: week or month
dcount integer
required
Example: dcount=1
Count type of period, i.e. if dtype=week then counts of weeks
Responses
200
Success
status integer
Status of the response: 1 for success, 0 for failure
GET /api/rent.php?method=getdata
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/api/rent.php?method=getdata&apikey=yourapikeyhere
Response samples
200
Content type
application/json
QUERY PARAMETERS
method string
required
Example: method=add_service_to_order
Method name
apikey string
required
Example: apikey=yourapikeyhere
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
id integer
required
Example: id=56547
ID of order
service string
required
Example: service=opt89
Service code
Services list
pnumber string
required
Example: pnumber=79335445295
rented phone number with country code without plus sign
Responses
200
Success
RESPONSE SCHEMA: application/json
status integer
Example: "1"
Status of the response: 1 for success, 0 for failure
GET /api/rent.php?method=add_service_to_order
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/api/rent.php?method=add_service_to_order&apikey=y
Response samples
200
Content type
application/json
Copy
{
"status": 1
}
Prolongation order
Prolongation
QUERY PARAMETERS
method string
required
Example: method=prolong
Method name
apikey string
required
Example: apikey=yourapikeyhere
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
id integer
required
Example: id=123
ID of order
dtype string
required
Example: dtype=week
Type of period: week or month
dcount integer
required
Example: dcount=1
Count type of period, i.e. if dtype=week then counts of weeks
Responses
200
Success
status integer
Status of the response: 1 for success, 0 for failure
data object
GET /api/rent.php?method=prolong
Request samples
Response samples
200
Content type
application/json
Removing order
Removing
QUERY PARAMETERS
method string
required
Example: method=delete
Method name
apikey string
required
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
id integer
ID of order
Responses
200
Success
status integer
Example: "1"
Status of the response: 1 for success, 0 for failure
data object
GET /api/rent.php?method=delete
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/api/rent.php?method=delete&apikey=SOME_STRING_VAL
Response samples
200
Content type
application/json
QUERY PARAMETERS
method string
required
Example: method=get_rent_history
Method name
apikey string
required
Example: apikey=yourapikeyhere
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
skip integer
Example: skip=0
Number of items to skip
take integer
Example: take=10
Number of items received
Responses
200
Success
status integer
Example: "1"
Status of the response: 1 for success, 0 for failure
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/api/rent.php?method=get_rent_history&apikey=youra
Response samples
200
Content type
application/json
Precalcution of restoring
After receiving the ID of the desired reservation, you need to make another request to check the
availability of the for rent`s and calculate the cost of restoration.
QUERY PARAMETERS
method string
required
Example: method=restore_user_precalc
Method name
apikey string
required
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
id integer
ID of order
Responses
200
Success
status integer
Status of the response: 1 for success, 0 for failure
data object
GET /api/rent.php?method=restore_user_precalc
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/api/rent.php?method=restore_user_precalc&apikey=S
Response samples
200
Content type
application/json
QUERY PARAMETERS
method string
required
Example: method=restore_user
Method name
apikey string
required
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
id integer
ID of order
Responses
200
Success
status integer
Example: "1"
Status of the response: 1 for success, 0 for failure
data boolean
Example: "true"
Boolean indicating if the number has been restored
GET /api/rent.php?method=restore_user
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/api/rent.php?method=restore_user&apikey=SOME_STRI
Response samples
200
Content type
application/json
Copy
{
"status": 1,
"data": true
}
Quick start
QUERY PARAMETERS
action string
required
Example: action=getnumber
api_key string
required
Example: api_key=yourapikeyhere
country string
required
Example: country=0
Country code
Countries list
service string
required
Example: service=go
Service code
Services list
operator string
Example: operator=MTS_RU
Responses
200
Successfully response
GET /stubs/handler_api.php?action=getNumber
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/stubs/handler_api.php?action=getNumber&api_key=yo
Getting SMS
Getting SMS
QUERY PARAMETERS
action string
required
Example: action=getstatus
Action type
api_key string
required
Example: api_key=yourapikeyhere
User's APIKEY
id string
required
Example: id=123
Order id
Responses
200
Successfully response
RESPONSE SCHEMA: text/plain
One of Success. SMS received Error. Bad apikey Error. Order not found or ID exists
GET /stubs/handler_api.php?action=getstatus
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/stubs/handler_api.php?action=getstatus&api_key=yo
Data list
Countries list
0 RU
1 UA
2 KZ
3 CN2
Alternative's code SMSPVA's code
4 PH
5 GE
6 ID
7 BY
8 KE
10 VN
11 KG
12 US
13 IL
14 PY
15 PL
16 UK
17 US3
18 FI
20 MO
21 EG
22 IN
23 IE
24 KH
26 HT
27 CI
28 GM
29 RS
30 YE
31 ZA
32 RO
33 SE
34 EE
38 GH
Alternative's code SMSPVA's code
39 AR
42 TD
43 DE
44 LT
48 NL
49 LV
51 BY
56 ES
63 CZ
67 NZ
68 GN
69 ML
73 BR
117 PT
78 FR
172 DK
85 MD
86 CO
Services list
vk opt69
mg opt4
ok opt5
wa opt20
vi opt11
Alternative's code SMSPVA's code
tg opt29
wb opt67
go opt1
av opt59
fb opt2
tw opt41
ot opt19
ub opt72
qw opt18
gt opt35
sn opt70
ig opt16
ym opt14
ma opt33
mm opt15
uk opt46
me opt37
mb opt65
we opt31
bd opt102
kp opt47
ya opt23
mt opt58
oi opt9
fd opt17
zz opt99
kt opt71
pm opt10
tn opt8
Alternative's code SMSPVA's code
tiktok opt104
mi opt106
mts opt48
rsa opt111
magnit opt106
ry opt118
yf opt76
re opt112
ab opt61
am opt44
tx opt81
pd opt55
dp opt57
hz opt32
kc opt130
qj opt123
xj opt97
All requests
QUERY PARAMETERS
action string
required
Example: action=getnumber
api_key string
required
Example: api_key=yourapikeyhere
country string
required
Example: country=0
Country code
Countries list
service string
required
Example: service=go
Service code
Services list
operator string
Example: operator=MTS_RU
Responses
200
Successfully response
GET /stubs/handler_api.php?action=getNumber
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/stubs/handler_api.php?action=getNumber&api_key=yo
Getting user's balance
Getting user's balance
QUERY PARAMETERS
action string
required
Example: action=getbalance
api_key string
required
Example: api_key=yourapikeyhere
Responses
200
Successfully response
string (Success)
ACCESS_BALANCE:BALANCE VALUE HERE
GET /stubs/handler_api.php?action=getbalance
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/stubs/handler_api.php?action=getbalance&api_key=y
Close order
Close order
QUERY PARAMETERS
action string
required
Example: action=setstatus
api_key string
required
Example: api_key=yourapikeyhere
status string
required
Example: status=-1
Status which need to set
id string
required
Example: id=123
Order ID
Responses
200
Successfully response
GET /stubs/handler_api.php?action=setstatus&status=8
Request samples
Cancel order
Cancel order
QUERY PARAMETERS
action string
required
Example: action=setstatus
api_key string
required
Example: api_key=yourapikeyhere
status string
required
Example: status=-1
Status which need to set
id string
required
Example: id=123
Order ID
Responses
200
Successfully response
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/stubs/handler_api.php?action=setstatus&api_key=yo
Closing order
Closing order
QUERY PARAMETERS
action string
required
Example: action=setstatus
Action type
api_key string
required
Example: api_key=yourapikeyhere
User's APIKEY
id string
required
Example: id=123
Order id
Responses
200
Successfully response
One of Success. SMS received Error. Bad apikey Error. Order not found or ID exists
string (Success. SMS received)
STATUS_OK:SMS TEXT HERE
GET /stubs/handler_api.php?action=setstatus&status=6
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/stubs/handler_api.php?action=setstatus&api_key=yo
Getting SMS
Getting SMS
QUERY PARAMETERS
action string
required
Example: action=getstatus
Action type
api_key string
required
Example: api_key=yourapikeyhere
User's APIKEY
id string
required
Example: id=123
Order id
Responses
200
Successfully response
RESPONSE SCHEMA: text/plain
One of Success. SMS received Error. Bad apikey Error. Order not found or ID exists
GET /stubs/handler_api.php?action=getstatus
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/stubs/handler_api.php?action=getstatus&api_key=yo
Errors
Quick start
AUTHORIZATIONS: apikey
QUERY PARAMETERS
apikey string
required
Example: apikey=DSWAFvdedrE4
Your API key
service string
required
Example: service=opt4
Service code
country string
required
Example: country=RU
Country code
metod string
required
Example: metod=get_number
Method name
Responses
200
Success
response string
Example: "2"
Status
number string
Example: "9871234567"
Number to receive SMS
id string
Example: "25623"
Order ID
GET /priemnik.php?method=get_number
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/priemnik.php?apikey=DSWAFvdedrE4&service=opt4&cou
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
200
Content type
application/json
Copy
{
"response": "2",
"number": "9871234567",
"id": "25623"
}
Getting SMS
Receiving an SMS for a certain service
In this method id parameter is indicated from the response to request for phone number get_number
Note
If you get the response that a code from SMS hasn't been found yet, send request get_sms once
again 20 seconds later. Note, the server searches for SMS for 10 minutes. You need to send your
request within 10 minutes each 20 seconds per one request. That said, you receive a code from
SMS or error message.
Code Refinement
If you want to get re-SMS without closing the order (Code Refinement), then just on the method
get_sms add additional parameter sms=sms Example string:
https://smspva.com/priemnik.php?
metod=get_sms
&country=ru
&service=opt4
&id=25623
&apikey=DSWAFvdedrE4
&sms=sms
In this case, your order can not be closed and you may receive a re-SMS. Re-chargeable SMS. The cost
is the cost of an ordinary SMS for this service.
AUTHORIZATIONS: apikey
QUERY PARAMETERS
apikey string
required
Example: apikey=DSWAFvdedrE4
Your API key
service string
required
Example: service=opt4
Service code
country string
required
Example: country=RU
Country code
id string
required
Example: id=3421
ID of the order
metod string
required
Example: metod=get_sms
Method name
Responses
200
Success
number string
Example: "9871234567"
Number to receive SMS
sms string
Example: "234562"
Code from SMS
GET /priemnik.php?method=get_sms
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/priemnik.php?apikey=DSWAFvdedrE4&service=opt4&cou
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
200
Content type
application/json
Copy
{
"response": 2,
"number": "9871234567",
"sms": "234562"
}
Data list
Countries list
For select the country you need - indicate according country code at the "country" parameter.
1 United States US
2 Canada CA
3 Unt. Kingdom UK
4 France FR
5 Germany DE
6 Italy IT
7 Spain ES
8 Albania AL
9 Argentina AR
10 Australia AU
11 Austria AT
12 Bangladesh BD
№ Flag Country Code
14 Brazil BR
15 Bulgaria BG
16 Cambodia KH
17 Cameroon CM
18 Chile CL
19 Colombia CO
20 Croatia HR
21 Cyprus CY
22 Czech Republic CZ
23 Denmark DK
24 Dominicana DO
25 Egypt EG
26 Estonia EE
27 Finland FI
28 Georgia GE
29 Ghana (Virtual) GH
30 Gibraltar GI
31 Greece GR
№ Flag Country Code
32 Hong Kong HK
33 Hungary HU
34 India IN
35 Japan JP
36 Kyrgyzstan (Virtual) KG
37 Malta MT
38 Norway NO
39 Pakistan (Virtual) PK
40 Saudi Arabia SA
41 Singapore SG
42 Switzerland CH
43 Tanzania TZ
44 Uzbekistan (Virtual) UZ
45 Indonesia ID
46 Ireland IE
47 Israel IL
48 Kazakhstan KZ
49 Kenya KE
50 Laos LA
№ Flag Country Code
51 Latvia LV
52 Lithuania LT
53 Macedonia MK
54 Malaysia MY
55 Mexico MX
56 Moldova MD
57 Morocco MA
58 Netherlands NL
59 New Zealand NZ
60 Nigeria NG
61 Paraguay PY
62 Philippines PH
63 Poland PL
64 Portugal PT
65 Romania RO
66 Russian Federation RU
67 Serbia RS
68 Slovakia SK
69 Slovenia SI
№ Flag Country Code
70 South Africa ZA
71 Sweden SE
72 Thailand TH
73 Turkey TR
74 Ukraine UA
75 Vietnam VN
Services list
If you do not find the service you need, then you can use the OTHER (opt19) service or contact support
to add the service you need.
2 1cupis.ru opt251
3 22bet opt224
4 888casino opt22
5 Abbott opt242
7 Airbnb opt46
9 Amazon opt44
№ Logo Service Code
10 AOL opt10
11 Apple opt131
12 autocosmos.com opt143
13 Avito opt59
14 Badoo opt56
15 BANDUS opt209
16 Bazos.sk opt138
17 Beget.com opt187
18 bet365 opt17
20 BetFair opt25
21 Betmgm opt223
22 Bitpanda opt237
23 Blizzard opt78
24 blsspain-russia.com opt135
25 Bolt opt81
26 Brevo opt217
27 bumble opt145
28 bunq opt199
29 bwin opt137
30 Careem opt89
№ Logo Service Code
31 casa.it opt148
33 Cashrewards opt214
35 ChoTot opt176
36 CityMobil opt76
38 Clubhouse opt98
39 CoinBase opt112
40 CONTACT opt51
41 Craigslist opt26
43 CupidMedia opt157
45 Deliveroo opt53
46 DenimApp opt204
47 DiDi opt92
48 Discord opt45
49 DistroKid opt232
51 Doordash opt40
№ Logo Service Code
52 Drom.RU opt32
54 dundle opt136
55 EasyPay opt21
56 ENEBA opt200
58 EUROBET opt141
59 Facebook opt2
60 FastMail opt43
61 Fbet opt215
62 Feeld opt159
63 Fiverr opt6
64 fontbet opt139
65 foodora opt189
66 foodpanda opt115
67 Fortuna opt221
68 Fotostrana opt13
69 funpay opt142
70 G2A.COM opt68
71 Gameflip opt77
73 GetsBet.ro opt179
74 GetTaxi opt35
75 GGbet opt188
76 GGPokerUK opt229
77 giocodigitale.it opt85
79 goldbet.it opt240
82 GrabTaxi opt30
83 Grailed opt420
84 Grindr opt110
85 Happn opt155
86 HelloTalk opt203
87 hepsiburada opt238
88 Hey opt216
89 Hinge opt120
90 hopper opt144
91 HUAWEI opt166
92 ICard opt103
93 idealista.com opt165
94 ifood opt55
№ Logo Service Code
95 IMO opt111
96 inbox.lv opt167
97 Inboxdollars opt118
99 Ipsos opt193
147 OD opt5
AUTHORIZATIONS: apikey
QUERY PARAMETERS
apikey string
required
Example: apikey=DSWAFvdedrE4
Your API key
service string
required
Example: service=opt4
Service code
country string
required
Example: country=RU
Country code
metod string
required
Example: metod=get_number
Method name
Responses
200
Success
response string
Example: "2"
Status
number string
Example: "9871234567"
Number to receive SMS
id string
Example: "25623"
Order ID
GET /priemnik.php?method=get_number
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/priemnik.php?apikey=DSWAFvdedrE4&service=opt4&cou
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
200
Content type
application/json
Copy
{
"response": "2",
"number": "9871234567",
"id": "25623"
}
Getting SMS
Receiving an SMS for a certain service
In this method id parameter is indicated from the response to request for phone number get_number
Note
If you get the response that a code from SMS hasn't been found yet, send request get_sms once
again 20 seconds later. Note, the server searches for SMS for 10 minutes. You need to send your
request within 10 minutes each 20 seconds per one request. That said, you receive a code from
SMS or error message.
Code Refinement
If you want to get re-SMS without closing the order (Code Refinement), then just on the method
get_sms add additional parameter sms=sms Example string:
https://smspva.com/priemnik.php?
metod=get_sms
&country=ru
&service=opt4
&id=25623
&apikey=DSWAFvdedrE4
&sms=sms
In this case, your order can not be closed and you may receive a re-SMS. Re-chargeable SMS. The cost
is the cost of an ordinary SMS for this service.
AUTHORIZATIONS: apikey
QUERY PARAMETERS
apikey string
required
Example: apikey=DSWAFvdedrE4
Your API key
service string
required
Example: service=opt4
Service code
country string
required
Example: country=RU
Country code
id string
required
Example: id=3421
ID of the order
metod string
required
Example: metod=get_sms
Method name
Responses
200
Success
response string
Example: "2"
Status
number string
Example: "9871234567"
Number to receive SMS
sms string
Example: "234562"
Code from SMS
GET /priemnik.php?method=get_sms
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/priemnik.php?apikey=DSWAFvdedrE4&service=opt4&cou
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
200
Content type
application/json
Copy
{
"response": 2,
"number": "9871234567",
"sms": "234562"
}
Cancelling order
Get the user's balance information.
AUTHORIZATIONS: apikey
QUERY PARAMETERS
apikey string
required
Example: apikey=DSWAFvdedrE4
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
Responses
200
Success
response string
Example: "1"
Status
balance string
Example: "385.00"
Current balance
GET /priemnik.php?method=get_balance
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/priemnik.php?apikey=DSWAFvdedrE4&method=get_balan
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
200
Content type
application/json
Copy
{
"response": "1",
"balance": "385.00"
}
AUTHORIZATIONS: apikey
QUERY PARAMETERS
apikey string
required
Example: apikey=DSWAFvdedrE4
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
service string
required
Example: service=opt4
Services code (see services list)
metod string
required
Example: metod=get_userinfo
Method name
Responses
200
Success
response integer
Example: "1"
Status
balance string
Example: "385.00"
Current balance
karma string
Example: "10"
Current rating value
GET /priemnik.php?method=get_userinfo
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/priemnik.php?apikey=DSWAFvdedrE4&service=opt4&met
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
200
Content type
application/json
Copy
{
"response": 1,
"balance": "385.00",
"karma": "10"
}
Cancelling order
Cancel the order to the number you received
AUTHORIZATIONS: apikey
QUERY PARAMETERS
apikey string
required
Example: apikey=DSWAFvdedrE4
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
service string
Example: service=opt4
Services code (see services list)
country string
Example: country=RU
Countries code (countries list)
id string
required
Example: id=3212
Order id
metod string
required
Example: metod=denial
Method name
Responses
200
Success
response string
Example: "2"
Status
number string
Example: ""
Phone number
id string
Example: ""
Order id
GET /priemnik.php?method=denial
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/priemnik.php?apikey=DSWAFvdedrE4&service=opt4&cou
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
200
Content type
application/json
Copy
{
"response": "2",
"number": "",
"id": ""
}
AUTHORIZATIONS: apikey
QUERY PARAMETERS
apikey string
required
Example: apikey=DSWAFvdedrE4
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
service string
required
Example: service=opt4
Services code (see services list)
id integer
required
Example: id=3212
Order id
metod string
required
Example: metod=ban
Method name
Responses
200
Success
response string
Example: "2"
Status
number string
Example: ""
Phone number
id string
Example: ""
Order id
GET /priemnik.php?method=ban
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/priemnik.php?apikey=DSWAFvdedrE4&service=opt4&id=
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
200
Content type
application/json
Copy
{
"response": 2,
"number": "",
"id": ""
}
Note > > After checking phone number using get_clearsms, need to make get_sms request
AUTHORIZATIONS: apikey
QUERY PARAMETERS
apikey string
required
Example: apikey=DSWAFvdedrE4
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
service string
required
Example: service=opt4
Services code (see services list)
id string
required
Order id
metod string
required
Example: metod=get_clearsms
Method name
Responses
200
Success
response string
Example: "2"
Status
clearsms string
Example: "ok"
Result of operation
GET /priemnik.php?method=get_clearsms
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/priemnik.php?apikey=DSWAFvdedrE4&service=opt4&id=
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
200
Content type
application/json
Copy
{
"response": "2",
"clearsms": "ok"
}
AUTHORIZATIONS: apikey
QUERY PARAMETERS
apikey string
required
Example: apikey=DSWAFvdedrE4
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
service string
required
Example: service=opt4
Services code (see services list)
country string
required
Example: country=RU
Countries code (countries list)
Responses
200
Success
service string
Example: "opt5"
Services code (see services list)
online integer
Example: "128"
Number of available now
total integer
Example: "228"
Total available
forTotal integer
Example: "10"
Available now for call forwarding
forOnline integer
Example: "20"
Total available for call forwarding
country string
Example: "RU"
Country code
GET /priemnik.php?method=get_count_new
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/priemnik.php?apikey=DSWAFvdedrE4&service=opt4&cou
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
200
Content type
application/json
Copy
{
"service": "opt5",
"online": 128,
"total": 228,
"forTotal": 10,
"forOnline": 20,
"country": "RU"
}
AUTHORIZATIONS: apikey
QUERY PARAMETERS
apikey string
required
Example: apikey=DSWAFvdedrE4
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
service string
required
Example: service=opt4
Services code (see services list)
country string
required
Example: country=RU
Countries code (countries list)
Responses
200
Success
response string
Example: "1"
Status
country string
Example: "EN"
Countries code (countries list)
service string
Example: "opt4"
Services code (see services list)
price string
Example: "0.50"
The price of receiving 1 SMS
GET /priemnik.php?method=get_service_price
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/priemnik.php?apikey=DSWAFvdedrE4&service=opt4&cou
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
200
Content type
application/json
Copy
{
"response": 1,
"country": "EN",
"service": "opt4",
"price": "0.50"
}
Note
Following the successful check of a number, send a request for getting the number - get_number
ALSO with number parameter. To check SMS send a request for SMS get_sms according to
conditions
AUTHORIZATIONS: apikey
QUERY PARAMETERS
apikey string
required
Your API key
You can find it on the website in the top right drop-down menu in the Profile
and APIKEY section
number string
required
Phone number
service string
required
Services code (see services list)
Responses
200
Success
One of
Success Error. Phone numbers is incorrect Error. Previous order not found
Error. Previous order not found Error. Modem is busy Error. Modem is busy
response string
Example: "ok"
Status
number string
Example: "9685156912"
Number to receive SMS
id integer
Example: "25623"
Order ID
GET /priemnik.php?method=get_proverka
Request samples
Copy
curl --request GET \
--url 'https://smspva.com/priemnik.php?apikey=SOME_STRING_VALUE&number=SOME
--header 'apikey: REPLACE_KEY_VALUE'
Response samples
200
Content type
application/json
Example
Success
Copy
{
"response": "ok",
"number": "9685156912",
"id": 25623
}
Errors list
API KEY not received! Invalid API KEY has been entered
API KEY NOT FOUND! Invalid API KEY has been entered
UNKNOWN SERVICE OR
Service or country not found
COUNTRY
Important recommendations
If you haven't received SMS within 580 seconds (9 minutes 40 seconds), make sure to ban the number
you've got.
If you ban the number when 10 minutes expired, the number you got won't be banned and might be
given once again since the system keeps request ID in the base for 10 minute, after that ID is deleted
from the base.
Do interval of 4 - 5 seconds between any queries! Otherwise, you will not be able to fully use the API,
because Your requests will be rejected by the server!.