This API endpoint returns a list of services available for phone numbers in the specified country. The response includes an id, which is required when placing an order.
Request
Query Params
userId
string
required
User Id linked to API key
Example:
{{userid}}
key
string
required
API key
Example:
{{APIKey}}
country
string
required
Country Code
Example:
3
service
string
optional
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/getListByCountry?userId={{userid}}&key={{APIKey}}&country=3&service'
Responses
🟢200Success
application/json
If the request is completed successfully, a 200 response code is returned.