v52

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

Get Bundle By Id

Get a single bundle by ID.

get/bundle_pricing/billing_bundles/{bundle_id}

Path parameters

bundle_idstring uuid required

Billing bundle's ID, this is used to identify the billing bundle in the API.

Example:8661948c-a386-4385-837f-af00f40f111a

Unique identifier of the bundle.

Headers

authorization_bearerstring

Authenticates the request with your Telnyx API V2 KEY

Format: Bearer <TOKEN>

Response

Successful Response

Example response

{
  "data": {
    "bundle_limits": [
      {
        "billing_service": "emergency",
        "country_code": 61,
        "country_iso": "AU",
        "id": "e6a32ea9-953b-4622-bbba-9f7bcf7e6717",
        "limit": 1,
        "metric": "number",
        "rate": "5",
        "service": "E911",
        "types": [
          "local"
        ]
      }
    ],
    "cost_code": "BUNDLE-PRICING-BASIC-MRC",
    "id": "7ecd040e-6bac-4139-9160-3c0427d98fea",
    "name": "Australia Basic",
    "slug": "basic-au-e4f8"
  }
}