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