Retrieve a List of People from the Blocked List

Get people

GET https://api.w3lcome.com/v1/blockedlist

This endpoint allows you to get a list of people from the blocked list

Query Parameters

Headers

{
    "blacklist": [
        {
            "id": "dc08c9dc-7aaa-4356-8268-f265b91a1624",
            "name": "Alisson Enz Rossi",
            "type": "blacklist",
            "email": "alisson@w3lcome.com",
            "phone": "43999820420",
            "cpf": "99999999999",
            "rg": "11111111"
        },
        {
            ...
        }
    ],
    "size": 2
}

Last updated