List all Voicemail Accounts

/inbox/list

Full Url

Arguments

  • token (string, required)

Info

Lists all voicemails currently available for the given inbox_id.

Example Success

{
"code": 200,
"status": "success",
"data": []
}

Example Error

{
"code": 400,
"status": "error",
"data": "Invalid inbox id"
}