---
title: "Get address bundle by ID"
method: GET
path: "/internal/telephony/address-bundles/{id}"
tags: ["Telephony - Address Bundles"]
---

# Get address bundle by ID

`GET /internal/telephony/address-bundles/{id}`

Retrieve a specific address bundle.

## Path parameters

- `id` string, uuid, required

## Response `200`

Address bundle details

- AddressBundle
  - `id` string, uuid, required — Unique identifier
  - `workspaceId` string, uuid, required — Workspace ID
  - `providerId` string, nullable, required — Provider bundle ID
  - `status` 'pending' | 'approved' | 'rejected', required — Bundle status
  - `countryCode` 'US' | 'GB' | 'MX' | 'CO', required — Country code
  - `businessName` string, required — Business name
  - `streetAddress` string, required — Street address
  - `city` string, required — City
  - `state` string, required — State/Province
  - `zip` string, required — Postal code
  - `createdAt` string, date-time, required — Creation timestamp
  - `updatedAt` string, date-time, required — Last update timestamp

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/nedzo/apis/nedzo-api.md) · [All operations](https://skmtc.net/nedzo/apis/nedzo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nedzo/nedzo-api/versions/f2607cdb56fa/schema)
