curl --request GET \
--url 'https://api.wavix.com/v1/buy/cart?appid='{
"dids": [
{
"activation_fee": "15.0",
"channels": 4,
"city": "Buenos Aires",
"cnam": false,
"country": "Argentina",
"country_short_name": "AR",
"domestic_cli": false,
"free_min": 0,
"id": 541139862174,
"monthly_fee": "10.0",
"number": "541139862174",
"per_min": "0.01",
"require_docs": [],
"sms_enabled": false,
"sms_price": "0.0"
}
],
"doc_types": [
{
"id": 1,
"name": "id",
"title": "Any form of ID"
},
{
"id": 2,
"name": "address",
"title": "Proof of address"
},
{
"id": 3,
"name": "localaddress",
"title": "Proof of local address"
}
]
}Use this method to get a list of phone numbers that were previously added to the cart. This method does not require any parameters.
curl --request GET \
--url 'https://api.wavix.com/v1/buy/cart?appid='{
"dids": [
{
"activation_fee": "15.0",
"channels": 4,
"city": "Buenos Aires",
"cnam": false,
"country": "Argentina",
"country_short_name": "AR",
"domestic_cli": false,
"free_min": 0,
"id": 541139862174,
"monthly_fee": "10.0",
"number": "541139862174",
"per_min": "0.01",
"require_docs": [],
"sms_enabled": false,
"sms_price": "0.0"
}
],
"doc_types": [
{
"id": 1,
"name": "id",
"title": "Any form of ID"
},
{
"id": 2,
"name": "address",
"title": "Proof of address"
},
{
"id": 3,
"name": "localaddress",
"title": "Proof of local address"
}
]
}An API key to authorize your request
Cart content
A list of phone numbers in the cart
Show child attributes
Phone number unique ID
541139862174
One-time activation fee for a phone number, in USD
"15.0"
Monthly recurring fee for a phone number, in USD.
"10.0"
Price per inbound minute, in USD
"0.01"
Number of inbound channels
"4"
A city the phone number originates from
"Buenos Aires"
A county the phone number originates from
"Argentina"
2-letter ISO code of the country the phone number originates from
"AR"
Indicates if CNAM can be activated on the phone number
false
Number of free inbound minutes
0
The phone number in E.164 format
"541139862174"
A list of documents required to activate the phone number, if any
[1, 3]
Indicates whether the phone number can receive inbound SMS and MMS messages
false
Price per inbound SMS segment
0.25
Indicates whether the number can be used as the Caller ID for local calls
true
Document types required to activate a phone number
Was this page helpful?