curl --location '//channels' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"label": "string",
"description": "string",
"enabled": true,
"configured": true,
"health_status": "string",
"health_label": "string",
"last_webhook_received_at": "2019-08-24T14:15:22.123Z",
"last_outbound_sent_at": "2019-08-24T14:15:22.123Z"
}
]
}