v1

latestOpenAPI 3.0.32026-07-24156161.2 MB
Portal
Portal Rates

Show voice rates

show all voice rates for customer for certain call plan's tech prefix

get/rates/{id}

Path parameters

idstring required

Tech prefix (or "current" for the customer's default prefix).

Tech prefix (or "current" for the customer's default prefix).

Response

Successful Response

Example response

{
  "rates": [
    {
      "block": "6/6",
      "destination": "United States - Fixed - USA Fixed/mobile",
      "prefix": "1",
      "price": 0.00675
    },
    {
      "block": "6/6",
      "destination": "United States - Fixed - New York",
      "prefix": "1212",
      "price": 0.00675
    }
  ]
}