listAccounts #
Lists Twilio accounts.
Query Syntax #
HTTP #
URL: http://kuzzle:7512/_/hermes/twilio/accounts
Method: GET
Other protocols #
{
"controller": "hermes/twilio",
"action": "listAccounts"
}
Kourou #
kourou hermes/twilio:listAccounts
Response #
Returns the names of registered accounts.
{
"requestId": "d16d5e8c-464a-4589-938f-fd84f46080b9",
"status": 200,
"error": null,
"controller": "hermes/twilio",
"action": "listAccounts",
"result": {
"accounts": [
{
"name": "common",
"options": {
"defaultSender": "+33629951621"
}
},
{
"name": "ilayda",
"options": {
"defaultSender": "+33629951621"
}
},
{
"name": "aschen",
"options": {
"defaultSender": "+33629951621"
}
}
]
}
}
Edit this page on Github(opens new window)