# Retrieve a single inbound fax profile

Retrieve a specific inbound fax profile.

Endpoint: GET /inbound/profiles/{profile}
Version: 2.0
Security: http-basic-auth

## Path parameters:

  - `profile` (string, required)
    The inbound fax profile name
    Example: "Fax2Mail USA"

## Query parameters:

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

## Response 200 fields (application/json):

  - `name` (string)

  - `serviceType` (string)
    Enum: "Fax2Mail", "Fax2WS", "Fax2FTP"

## 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)


