Latest stories

get_call

  • Inputs
{
    "call_id": "string max length 32"
}

  • Errors
{
    "must_login": "user must be login"
}

  • Extra Description
Returns call status

  • Sample
  • Url:
https://api.pantel.me/f/get_call?call_id=3a7a91599dbcb2f97e94c14dcb0ca470
  • Output:
                                {
    "call_status": 2,
    "status": "success",
    "time": 1546083762.6890123
}