Skip to main content
Channels (also called inboxes) represent the messaging platforms connected to your ChatbotX workspace, such as WhatsApp, Messenger, Instagram, Telegram, and more. Use this endpoint to list all connected channels along with their type and current connection status. This is useful for mapping channel IDs when creating contacts, broadcasts, or routing rules.
GET /api/v1/channels

Query Parameters

integer
The page number to retrieve. Must be 1 or greater. Defaults to 1.
integer
Number of channels to return per page. Must be 1 or greater.
array
Optional array of related resources to include in the response.

Code Examples

Response

Returns 200 OK with a data array of channel objects and a pageCount for pagination.

Response Fields

array
required
Array of channel objects connected to the workspace.
number
required
The total number of pages available based on the current perPage value.

Example Response