Channels
Retrieves a paginated list of communication channels with optional filtering by channel type.
Last updated
Retrieves a paginated list of communication channels with optional filtering by channel type.
Last updated
GET /api/v1/channels HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "whatsapp",
"name": "text",
"location_id": "123e4567-e89b-12d3-a456-426614174000",
"whatsapp": {
"business_id": "text",
"phone_number_id": "text"
},
"created_at": "2026-02-04T04:27:33.430Z",
"updated_at": "2026-02-04T04:27:33.430Z"
}
],
"links": {},
"meta": {}
}