Latest stories

get_contacts_list

  • Inputs
No input

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

  • Extra Description
Returns a list of all contacts added by the user

  • Sample
  • Url:
https://api.pantel.me/a/get_contacts_list
  • Output:
                                {
    "result": [
        {
            "contact_id": 11111111111,
            "deleted_account": false,
            "image_path": "*/*/*/*/*/*fb95b4c214f18d/i562cc9414f47cab0df2d7cee3a9834f1.jpg",
            "image_server_id": 1,
            "is_blocked": false,
            "name": "John Smith",
            "phone_number": "+11111111111111"
        },
        {
            "contact_id": 11111111111,
            "deleted_account": false,
            "image_path": "*/*/*/*/*/*fb95b4c214f18d/i562cc9414f47cab0df2d7cee3a9834f1.jpg",
            "image_server_id": 1,
            "is_blocked": false,
            "name": "John Smith",
            "phone_number": "+11111111111111"
        },
        {
            "contact_id": 11111111111,
            "deleted_account": false,
            "image_path": "*/*/*/*/*/*fb95b4c214f18d/i562cc9414f47cab0df2d7cee3a9834f1.jpg",
            "image_server_id": 1,
            "is_blocked": false,
            "name": "John Smith",
            "phone_number": "+11111111111111"
        },
        {
            "contact_id": 11111111111,
            "deleted_account": false,
            "image_path": "*/*/*/*/*/*fb95b4c214f18d/i562cc9414f47cab0df2d7cee3a9834f1.jpg",
            "image_server_id": 1,
            "is_blocked": false,
            "name": "John Smith",
            "phone_number": "+11111111111111"
        },
        {
            "contact_id": 11111111111,
            "deleted_account": false,
            "image_path": "*/*/*/*/*/*fb95b4c214f18d/i562cc9414f47cab0df2d7cee3a9834f1.jpg",
            "image_server_id": 1,
            "is_blocked": false,
            "name": "John Smith",
            "phone_number": "+11111111111111"
        },
        {
            "contact_id": 11111111111,
            "deleted_account": null,
            "image_path": "*/*/*/*/*/*fb95b4c214f18d/i562cc9414f47cab0df2d7cee3a9834f1.jpg",
            "image_server_id": null,
            "is_blocked": false,
            "name": "John Smith",
            "phone_number": "+11111111111111"
        },
        {
            "contact_id": 11111111111,
            "deleted_account": false,
            "image_path": "*/*/*/*/*/*fb95b4c214f18d/i562cc9414f47cab0df2d7cee3a9834f1.jpg",
            "image_server_id": null,
            "is_blocked": false,
            "name": "John Smith",
            "phone_number": "+11111111111111"
        },
        {
            "contact_id": 11111111111,
            "deleted_account": false,
            "image_path": null,
            "image_server_id": null,
            "is_blocked": true,
            "name": "John Smith",
            "phone_number": "+11111111111111"
        },
        {
            "contact_id": 11111111111,
            "deleted_account": false,
            "image_path": null,
            "image_server_id": null,
            "is_blocked": false,
            "name": "John Smith",
            "phone_number": "+11111111111111"
        }
    ],
    "status": "success",
    "time": 1547463043.2283769
}