用API购买号码
You can use API to buy Number
你可以用这个API来购买号码
POST
https://api.globalsms.io/api/orders/create_number_order
Query Parameters
Name
Type
Description
counter
string
号码的序列号
duration
integer
要买多长日期的号码。默认是10天
condition
string
你要买新的还是用过的,支持 "new" and "used"
pay_method
string
你要按号码付钱还是按收到短信付钱。 支持 'pay_per_did','pay_per_sms'
type
string
你要短信验证码还是语音验证码。支持 "sms" or "voice"
country
string
你要那个国家的号码。支持 'US' or 'CA'.
vendor_uuid
string
非必需的。你可以用这个置顶你想要的号码供应商。
这个 API 会返回 order_uuid
。您可以使用 order_uuid
来获取分配给每个订单的号码列表。
Last updated
Was this helpful?