Get Voicemail Account

/inbox/get

Full Url

Arguments

  • token (string, required)
  • inbox_id (int, 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"
}