Cart

Check out the cart

Purchases the listed phone numbers from the cart. Activation and monthly fees are deducted from the account balance.

post/v1/buy/cart/checkout

Request body

idsstring[] required

Phone numbers from the cart to purchase.

Example request

{
  "ids": [
    "541139862174",
    "541139862175"
  ]
}

Response

Returns a success confirmation. The phone numbers are purchased.

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}