# Get inboxes

**GET** `/inboxes`

Returns the connected channels that can send or receive customer messages in this
workspace. Use an inbox ID as the sender when starting outbound messages.

Authentication: bearerAuth
Required scopes: `inbox:list`
Allowed roles: `owner`, `admin`, `agent`
Authorization: List inboxes in the workspace.

## Responses

- `200`: List of inboxes
- `default`: Error
