---
title: "Get User Bundle Resources"
method: GET
path: "/bundle_pricing/user_bundles/{user_bundle_id}/resources"
tags: ["User Bundles"]
---

# Get User Bundle Resources

`GET /bundle_pricing/user_bundles/{user_bundle_id}/resources`

Retrieves the resources of a user bundle by its ID.

## Path parameters

- `user_bundle_id` string, uuid, required — User bundle's ID, this is used to identify the user bundle in the API.

## Headers

- `authorization_bearer` string — Authenticates the request with your Telnyx API V2 KEY

## Response `200`

Successful Response

- UserBundleResourcesResponse
  - `data` UserBundleResourceSchema[], required
    - `id` string, uuid, required — Resource's ID.
    - `resource` string, required — The resource itself (usually a phone number).
    - `resource_type` string, required — The type of the resource (usually 'number').
    - `created_at` string, date, required — Date the resource was created.
    - `updated_at` string, date, nullable — Date the resource was last updated.

## Other responses

- `401` — Authentication required or invalid credentials
- `404` — Resource not found
- `default` — Unexpected error

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api/revisions/e32d46c5945b/schema)
