Get Available Countries
GET
https://api.smsonline.cloud/cs/getAvailableCountries
Request
Query Params
userId
string
required
Example:
{{userid}}
key
string
required
Example:
{{APIKey}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.smsonline.cloud/cs/getAvailableCountries?userId={{userid}}&key={{APIKey}}'
Responses
🟢200Success
application/json
Body
error
boolean
required
body
array [object {2}]
required
country
string
required
code
integer
required
Example
{
"error": false,
"body": [
{
"country": "United Kingdom",
"code": 16
},
{
"country": "United States",
"code": 12
},
{
"country": "Canada",
"code": 36
},
{
"country": "France",
"code": 78
},
{
"country": "Germany",
"code": 43
},
{
"country": "Sweden",
"code": 46
},
{
"country": "Spain",
"code": 56
},
{
"country": "Italy",
"code": 86
},
{
"country": "India",
"code": 22
},
{
"country": "Mexico",
"code": 54
},
{
"country": "Ukraine",
"code": 1
},
{
"country": "Australia",
"code": 175
},
{
"country": "Estonia",
"code": 34
},
{
"country": "Netherlands",
"code": 48
},
{
"country": "Russia",
"code": 0
},
{
"country": "Kazakhstan",
"code": 2
},
{
"country": "Philippines",
"code": 4
},
{
"country": "Brazil",
"code": 73
},
{
"country": "Poland",
"code": 15
},
{
"country": "Malaysia",
"code": 7
},
{
"country": "Hong Kong",
"code": 14
},
{
"country": "Taiwan",
"code": 55
},
{
"country": "China",
"code": 3
},
{
"country": "Nigeria",
"code": 19
},
{
"country": "Indonesia",
"code": 6
},
{
"country": "Denmark",
"code": 172
},
{
"country": "Israel",
"code": 13
},
{
"country": "Vietnam",
"code": 10
}
]
}
🟠401Unauthorized
🟠403Forbidden
Modified at 2025-02-16 11:47:17