---
title: "Get list of channel profiles"
method: GET
path: "/api/v4/messaging/channel_profiles"
tags: ["Messaging"]
---

# Get list of channel profiles

`GET /api/v4/messaging/channel_profiles`

Returns a paginated list of all channel profiles.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- object
  - `channel_profiles` ChannelProfile[]
    - `id` integer — The unique identifier of the channel profile.
    - `channel` 'chat' | 'facebook' | 'instagram' | 'telegram' | 'viber' | 'whatsapp' — The channel associated with the profile.
    - `identifier` string, nullable — Channel profile identifier (for WhatsApp, the phone number).
    - `name` string — The name of the channel profile.
    - `created_at` string, date-time — Timestamp when the channel profile was created (ISO 8601).
    - `updated_at` string, date-time — Timestamp when the channel profile was last updated (ISO 8601).
  - `metadata` Metadata — Pagination metadata for list responses.
    - `total` integer — The total number of items available for the requested resource.
    - `next_cursor` string, nullable — Cursor for fetching the next page of results when cursor-based pagination is supported.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too many requests

---

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