Latest stories

block_list

  • Inputs
No input

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

  • Extra Description
Return a list of all the contacts blocked by the user

  • Sample
  • Url:
https://api.pantel.me/a/block_list
  • Output:
                                {
    "result": [
        {
            "block_id": 1001919,
            "image_path": "************************************i17ae84ba16db9fd9b29a63d0f8b1ace7.jpg",
            "image_server_id": null,
            "name": "JohnSmith"
        }
    ],
    "status": "success",
    "time": 1547457081.0904546
}