Purchase Number
POST
https://api.smsonline.cloud/cs/purchase
Request
Body Params application/json
userId
string
required
key
string
required
country
string
required
service
string
required
maximumPrice
string
required
m
string
required
n
string
required
carrier
string
required
Example
{
"userId": "string",
"key": "string",
"country": "string",
"service": "string",
"maximumPrice": "string",
"m": "string",
"n": "string",
"carrier": "string"
}
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 --request POST 'https://api.smsonline.cloud/cs/purchase' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200Success
application/json
Body
error
boolean
required
orderId
string
required
phoneNumber
string
required
expiredAtUTC
string
required
purchasePrice
number
required
Example
{
"error": false,
"orderId": "17934774",
"phoneNumber": "447508190549",
"expiredAtUTC": "2025-02-15 16:40:27",
"purchasePrice": 0.16
}
🟠401Unauthorized
🟠403Forbidden
🔴500Server Error
Modified at 2025-02-26 19:56:17