Canales y Conversaciones
List Channels
Retrieve all messaging channels for your organization
GET
Returns all messaging channels configured for your organization (WhatsApp WABA, Instagram, etc.). Use the
id from each channel as the channel_id parameter in messaging endpoints like Send WhatsApp Message.
Headers
Your API key for authentication.
Query Parameters
Maximum number of channels to return.
Number of records to skip for pagination.
Sort direction by creation date. Possible values:
asc, desc.Filter by channel status (e.g.
active, inactive).Filter by channel type (e.g.
WABA, INSTAGRAM).Filter by channel name (partial match).
Filter by answer method. Possible values:
manual, auto.Response
Array of channel objects.
Total number of channels matching the query.
Error Codes
401 Unauthorized— Invalid or missing API key500 Internal Server Error— Server-side error
