---
title: "List all phone numbers for a business"
method: GET
path: "/businesses/{id}/phone_numbers"
tags: ["Phone numbers"]
---

# List all phone numbers for a business

`GET /businesses/{id}/phone_numbers`

## Path parameters

- `id` string, required

## Response `200`

The phone numbers associated with the business

- object
  - `phone_numbers` PhoneNumber[], required — The phone numbers for the business
    - `id` string, required — The ID of the phone number
    - `phone_number` string, required — The phone number

---

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