List Customer Accounts
List all of your customer accounts
GET or POST Request
Get a list of all of your sub accounts and types
HTTP Post Variables Supported
Argument
Required
Type
key
yes
api key
curl https://v1.api19.com/account/list/customers \
-d 'key=api_token' \curl https://v1.api19.com/account/list/customers?key=apikey&mbox=1111{
"status": "ok",
"data": [
{
"did": "3038882222",
"time": "Mon Mar 10 10:10:50 AM MDT 2025",
"duration": "16",
"callerid": "3035551212",
"msgid": "msg0001"
}
]
}
Last updated