Add to cart
Cart
Add to cart
Adds phone numbers to the cart.
PUT
Add to cart
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Body
application/json
Phone numbers to add.
List of phone numbers to add to the cart.
Example:
["541139862174", "541139862175"]Response
List of phone numbers added to the cart.
Example:
[
{
"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
}
]