---
title: "List contact endpoints"
method: GET
path: "/beta/contact-endpoints"
tags: ["Contact Endpoints"]
---

# List contact endpoints

`GET /beta/contact-endpoints`

List all available contact endpoints in an organization.

## Query parameters

- `_type` string

## Response `200`

The list of available contact endpoints

- ListContactPointsOutput
  - `data` ContactEndpoint[]
    - union
      - EmailEndpoint
        - `address` string, required
        - `senderOverride` string
        - `name` string
      - TelephonyEndpoint
        - `number` string, required
        - `functionality` string[]
        - `name` string

## Other responses

- `400` — Invalid value extracted from request context, Invalid value for: query parameter _type
- `500` — Internal failure during request processing

---

[API](https://skmtc.net/dixa/apis/dixa-api.md) · [All operations](https://skmtc.net/dixa/apis/dixa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dixa/dixa-api/versions/041e058483f0/schema)
