Retrieve a Person on the Blocked List

Get person

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

This endpoint allows you to a person on the blocked list by its id

Path Parameters

NameTypeDescription

id

string

ID of the person on the blocked list

Headers

NameTypeDescription

Content-Type

string

application/JSON

Authentication

string

Basic token

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

Last updated