# Retrieve inbound number configurations

Retrieve inbound number configurations.

Endpoint: GET /inbound/numbers
Version: 2.0
Security: http-basic-auth

## Query parameters:

  - `assigned` (boolean)
    Retrieve only numbers that are assigned to a profile

  - `prefix` (string)
    Retrieve only numbers that begin with the specified prefix
    Example: "+4989"

  - `active` (boolean)
    Retrieve only numbers that are active

  - `cost-center` (string)
    Retrieve only numbers where the cost-center matches the specified value
    Example: "ABC123"

  - `inherit` (boolean)
    Toggle whether to show settings inherited from the profile

## Response 401 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (string)

## Response 403 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (string)


