v47

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-181,0851,7264.5 MB
User Bundles

Get User Bundles

Get a paginated list of user bundles.

get/bundle_pricing/user_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"
  ]
}
page[number]integer
page[size]integer

Headers

authorization_bearerstring

Authenticates the request with your Telnyx API V2 KEY

Format: Bearer <TOKEN>

Response

Successful Response

Example response

{
  "meta": {
    "total_results": 55,
    "total_pages": 3,
    "page_number": 2,
    "page_size": 25
  },
  "data": [
    {
      "id": "ca1d2263-d1f1-43ac-ba53-248e7a4bb26a",
      "active": true,
      "user_id": "16856d8c-cd59-4b08-9ac2-1ebb01d419e1",
      "created_at": "2025-01-20",
      "updated_at": "2025-01-20",
      "billing_bundle": {
        "id": "7ecd040e-6bac-4139-9160-3c0427d98fea",
        "name": "Australia Basic",
        "slug": "basic-au-e4f8",
        "cost_code": "BUNDLE-PRICING-BASIC-MRC",
        "mrc_price": 2,
        "currency": "USD",
        "specs": [
          "1 AU Number",
          "Emergency Calling",
          "All inbound and outbound calling billed pay-as-you-go"
        ]
      },
      "resources": []
    }
  ]
}