Register - List
/list
Arguments:
*token (string, required)
Info: Get a list of all of you sip accounts you have with us
Example Success
{
"code": 200,
"status": "success",
"data": [
{
"id": 42,
"account_type": "device",
"domain": "blarg.xy13.siprr.net",
"username": "blarg",
"password": "asdf"
},
{
"id": 43,
"account_type": "server",
"domain": "blarg.xy13.siprr.net",
"username": "wonka",
"password": "chocolateFactory"
}
]
}
Example Error
{
"code": 200,
"status": "success",
"data": []
}