# Retrieve inbound profile configurations

Retrieve inbound fax profile configurations.

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

## Query parameters:

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

  - `serviceType` (string)

  - `name` (string)

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

