---
title: "Get a list of channels"
method: GET
path: "/api/rest/v1/channels"
tags: ["Channel"]
---

# Get a list of channels

`GET /api/rest/v1/channels`

This endpoint allows you to get a list of channels. Channels are paginated and sorted by code.

## Query parameters

- `page` integer
- `limit` integer
- `with_count` boolean

## Response `200`

Return channels paginated

- object
  - `_links` object
    - `self` object
      - `href` string — URI of the current page of resources
    - `first` object
      - `href` string — URI of the first page of resources
    - `previous` object
      - `href` string — URI of the previous page of resources
    - `next` object
      - `href` string — URI of the next page of resources
  - `current_page` integer — Current page number
  - `_embedded` object
    - `items` object[]
      - `_links` object
        - `self` object
          - `href` string — URI of the resource
      - `code` string, required — Channel code
      - `locales` string[], required — Codes of activated locales for the channel
      - `currencies` string[], required — Codes of activated currencies for the channel
      - `category_tree` string, required — Code of the category tree linked to the channel
      - `conversion_units` object — Units to which the given metric attributes should be converted when exporting products
        - `attributeCode` string — Conversion unit code used to convert the values of the attribute `attributeCode` when exporting via the channel
      - `labels` object — Channel labels for each locale
        - `localeCode` string — Channel label for the locale `localeCode`

## Other responses

- `401` — Authentication required
- `403` — Access forbidden
- `406` — Not Acceptable

---

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