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
string
requerido
Your API key for authentication.
Query Parameters
number
predeterminado:"10"
Maximum number of channels to return.
number
predeterminado:"0"
Number of records to skip for pagination.
string
predeterminado:"desc"
Sort direction by creation date. Possible values:
asc, desc.string
Filter by channel status (e.g.
active, inactive).string
Filter by channel type (e.g.
WABA, INSTAGRAM).string
Filter by channel name (partial match).
string
Filter by answer method. Possible values:
manual, auto.Response
array
Array of channel objects.
number
Total number of channels matching the query.
Error Codes
401 Unauthorized— Invalid or missing API key500 Internal Server Error— Server-side error
