api/v1/customer/block-list

GET

/api/v1/customer/block-list

This API method will show a list of Blocked Users by the customer.

Request Parameters

Nothing required

Sample Response

{
    "status": true,
    "items": [
        {
            "id": "LZWBJx0PmYkEwjGdr2vO",
            "customer_description": "Lorem Ipsum",
            "name": "John Doe",
            "total_balance": 0,
            "avatar": "http://controlcenter.local/customer/images/default-avatars/4?v=1516076508"
        },
        {
            "id": "bZ6xBGP2mdPm3R8VX17L",
            "customer_description": "",
            "name": "Roy Christ",
            "total_balance": 0,
            "avatar": "http://controlcenter.local/customer/images/default-avatars/4?v=1513667463"
        }
    ]
}
{
    "status": false,
    "errorCode": "NO_ITEMS",
    "message": "There are no blocked members found"
}