The Essential API uses basic auth. Each request will require your Account SID and token.
curl -X GET \
-u '[SID]:[TOKEN]' \
'https://api.essential.to/v2/account/channels'
# Sample response
[
{
"name": "default",
"onreceived_url": "https://example.com/onreceived_endpoint",
"created_at": "2016-03-02T21:58:39.000Z",
"updated_at": "2016-03-02T21:58:39.000Z",
"area_codes": null,
"deliveries_paused_at": null,
"received_paused_at": null,
"sid": "x326594jl8Uzn0RkZSpHXHnrw",
"account_sid": "p03Gjl8Uzn0RkZSpHXHnrw",
"bot_sid": "p03Gjl8Uzn0RkZSpHXHnrw"
},
Python coming soon.
Node coming soon.