# Retrieve a single inbound fax number

Retrieve the configuration for the single specified inbound fax number.

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

## Path parameters:

  - `number` (string, required)
    The inbound fax number
    Example: "+443069990000"

## Query parameters:

  - `inherit` (boolean)
    Toggle whether to show inherited fields

## Response 401 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (string)

## Response 403 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (string)

## Response 404 fields (application/json):

  - `code` (integer)

  - `message` (string)

  - `details` (string)


