---
title: "Returns customer channel message counters"
method: GET
path: "/v1/customer_channels/{id}/message_counters"
tags: ["customer_channels"]
---

# Returns customer channel message counters

`GET /v1/customer_channels/{id}/message_counters`

## Path parameters

- `id` integer, required

## Query parameters

- `query` string
- `search` string
- `sort` string
- `page` integer
- `size` integer

## Response `200`

OK

- CustomerChannelMessageCounterResponse[]
  - `id` integer
  - `customerChannelId` integer
  - `messageLimitTimegap` string
  - `messageLimit` integer
  - `sentMessagesInTimegap` integer
  - `freeMessages` integer
  - `links` Link[] — links
    - `rel` string
    - `href` string

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

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