# List WABA phone numbers

**GET** `/whatsapp/{wabaId}/phone-numbers`

Returns WhatsApp phone numbers that can be connected as Flownally inboxes.

Authentication: bearerAuth
Required scopes: `inbox:create`
Allowed roles: `owner`, `admin`
Authorization: List WhatsApp phone numbers available for inbox creation.

## Parameters

- `wabaId` (path string, required)

## Responses

- `200`: List of phone numbers
- `default`: Error
