# List contact endpoints

List all available contact endpoints in an organization.

Endpoint: GET /beta/contact-endpoints
Version: beta
Security: ApiKeyAuth

## Query parameters:

  - `_type` (string)
    An optional contact type can be specified to filter the contact endpoints. If not provided, all types are listed. Possible values: [EmailEndpoint, TelephonyEndpoint]

## Response 200 fields (application/json):

  - `data` (array)

  - `data.address` (string, required)

  - `data.senderOverride` (string)

  - `data.name` (string)

  - `data.number` (string, required)

  - `data.functionality` (array)

## Response 400 fields (application/json):

  - `message` (string, required)

## Response 500 fields (application/json):

  - `message` (string, required)

