---
title: "Get channels"
method: GET
path: "/channels"
tags: ["Channels"]
---

# Get channels

`GET /channels`

This endpoint retrieves all channels for your account.

## Headers

- `Authorization` string, required

## Response `200`

The list of channels associated with your account.

- ChannelDto[]
  - `id` string — The channel UUID.
  - `createdAt` string, date-time — The date and time when the channel was created, in the ISO 8601 and RFC3339 compliant format `yyyy-MM-dd’T’HH:mm:ss.SSSZ`. Check the [glossary](/docs/glossory#iso-8601) for examples of valid datetime formats.
  - `updatedAt` string, date-time — The date and time when the channel was last modified, in the ISO 8601 and RFC3339 compliant format `yyyy-MM-dd’T’HH:mm:ss.SSSZ`. Check the [glossary](/docs/glossory#iso-8601) for examples of valid datetime formats.
  - `name` string — The name of the channel.
  - `address` string — The address that is associated with the channel.
  - `url` string — A URL that to a website that the channel represents.
  - `logoUrl` string — A URL to the channel logo.
  - `accountRef` string — A UUID as account reference.
  - `locale` string, locale — The locale that is associated with the channel.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/etrusted/apis/accounts-api.md) · [All operations](https://skmtc.net/etrusted/apis/accounts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/etrusted/accounts-api/revisions/649ef7dac98c/schema)
