v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Bundles

Retrieve Bundles

Get all allowed bundles.

get/bundle_pricing/billing_bundles

Query parameters

country_isostring[]

Filter by country code.

resourcestring[]

Filter by resource.

Consolidated filter parameter (deepObject style). Supports filtering by country_iso and resource. Examples: filter[country_iso]=US or filter[resource]=+15617819942

{
  "country_iso": [
    "US"
  ],
  "resource": [
    "+15617819942"
  ]
}
numberinteger

The page number to load.

sizeinteger

The size of the page.

Consolidated page parameter (deepObject style). Originally: page[size], page[number]

Headers

authorization_bearerstring

Authenticates the request with your Telnyx API V2 KEY

Format: Bearer <TOKEN>

Response

Successful Response

Example response

{
  "data": [
    {
      "cost_code": "BUNDLE-PRICING-BASIC-MRC",
      "currency": "USD",
      "id": "7ecd040e-6bac-4139-9160-3c0427d98fea",
      "mrc_price": 2,
      "name": "Australia Basic",
      "slug": "basic-au-e4f8",
      "specs": [
        "1 AU Number",
        "Emergency Calling",
        "All inbound and outbound calling billed pay-as-you-go"
      ]
    }
  ],
  "meta": {
    "page_number": 2,
    "page_size": 25,
    "total_pages": 3,
    "total_results": 55
  }
}