v1

latestOpenAPI 3.0.32026-07-24156161.2 MB
Portal
Portal Rates

Search voice rates

search voice rates for customer for certain phone prefix for call plan's tech prefix

get/rates/{id}/search

Path parameters

idstring required

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

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

Query parameters

prefixstring required

Destination prefix to filter rates by (begins with).

Destination prefix to filter rates by (begins with).

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
    }
  ]
}