---
title: "List contact channels"
method: GET
path: "/contact-channels"
tags: ["Contact Channels"]
---

# List contact channels

`GET /contact-channels`

Retrieves a list of all contact channels for a user.

## Query parameters

- `user_id` string — The ID of the user, or the special value `me` for the currently authenticated user
- `contact_channel_id` string

## Response `200`

Successful response

- object
  - `items` object[], required
    - `user_id` string, required — The unique identifier of the user
    - `id` string, required — The unique identifier of the contact channel
    - `value` string, required — The value of the contact channel. For email, this should be a valid email address.
    - `type` 'email', required — The type of the contact channel. Currently only "email" is supported.
    - `used_for_auth` boolean, required — Whether the contact channel is used for authentication. If this is set to `true`, the user will be able to sign in with the contact channel with password or OTP.
    - `is_verified` boolean, required — Whether the contact channel has been verified. If this is set to `true`, the contact channel has been verified to belong to the user.
    - `is_primary` boolean, required — Whether the contact channel is the primary contact channel. If this is set to `true`, it will be used for authentication and notifications by default.
  - `pagination` object
    - `next_cursor` 'null', nullable — The cursor to fetch the next page of results. null if there is no next page.

## Changes

> 25 revisions in range; 2 could not be searched.

- **2026-07-23** `ae5572197e85` — 1 breaking, 1 warning
  - the response property `pagination/next_cursor` became nullable for the status `200`
  - added the new `undefined` enum value to the `pagination/next_cursor` response property for the response status `200`
- **2026-05-15** `f6aec844c9f2` — 1 warning
  - added the new `email` enum value to the `items/items/type` response property for the response status `200`

[Change history](https://skmtc.dev/hexclave/apis/hexclave-rest-api-3/changes/contact-channels/get.md)

---

[API](https://skmtc.dev/hexclave/apis/hexclave-rest-api-3.md) · [All operations](https://skmtc.dev/hexclave/apis/hexclave-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-3/revisions/3ced76bb7fd8/schema)
