User Bundles
Get User Bundle Resources
Retrieves the resources of a user bundle by its ID.
get/bundle_pricing/user_bundles/{user_bundle_id}/resources
Path parameters
user_bundle_idstring uuid required
User bundle's ID, this is used to identify the user bundle in the API.
Example:ca1d2263-d1f1-43ac-ba53-248e7a4bb26a
Unique identifier of the user bundle.
Headers
authorization_bearerstring
Authenticates the request with your Telnyx API V2 KEY
Format: Bearer <TOKEN>
Response
Successful Response
Example response
{
"data": [
{
"created_at": "2025-01-20",
"id": "ca1d2263-d1f1-43ac-ba53-248e7a4bb26a",
"resource": "+15617819942",
"resource_type": "number",
"updated_at": "2025-01-20"
}
]
}