---
title: "Get a list of endpoints."
method: GET
path: "/v1/endpoints"
tags: ["Endpoints"]
deprecated: true
---

# Get a list of endpoints.

`GET /v1/endpoints`

> **Deprecated.**

## Query parameters

- `type` 'email_address' | 'phone_number'

## Response `200`

Array of endpoints.

- object
  - `data` Endpoint[], required
    - union
      - EmailAddress
        - `email_address` object, required
          - `id` string, required
          - `internal_email_address` string, required — The internal email address. Ends in @email.dixa.io
          - `spf_email` string — The spf email address associated with the email.
      - PhoneNumber
        - `phone_number` object, required
          - `phone_number` string, required — A phone number. Always in E.164 format. See https://support.twilio.com/hc/en-us/articles/223183008-Formatting-International-Phone-Numbers.
          - `id` string, required
  - `paging` Paging
    - `cursors` object, required
      - `after` string — The id of the item immediately after the last item in this resultset
      - `before` string — The id of the item immedeately before the first item in this resultset
    - `next_page` string — The link to the next page of values
    - `prev_page` string — The link to the previsous page of results

---

[API](https://skmtc.dev/dixa/apis/integrations-api-deprecated.md) · [All operations](https://skmtc.dev/dixa/apis/integrations-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dixa/integrations-api-deprecated/revisions/bb4e8372fb22/schema)
