W3lcome API
  • Introduction
  • FAQ
  • Authentication
  • Changelog
  • Host
    • The Host Object
    • Retrieve a Host
    • Retrieve a List of Hosts
    • Insert a Host
    • Update a Host
    • Delete a Host
  • Visit
    • The Visit Object
    • Retrieve a Visit
    • Retrieve a List of Visits
    • Change Visit Status
    • Check-out a Visit
    • Check-in with Invitee Id
    • Check-out with Invitee Id
    • Delete a Visit
  • Blocked list
    • The Blocked List Object
    • Retrieve a Person on the Blocked List
    • Retrieve a List of People from the Blocked List
    • Insert a Person on the Blocked List
    • Update a Person on the Blocked List
    • Delete a Person from the Blocked List
  • Invitee
    • The Invitee Object
    • Retrieve an Invitee
    • Retrieve a List of Invitees
    • Insert an Invitee
    • Update an Invitee
    • Delete an Invitee
  • Delivery
    • The Delivery Object
  • Meeting
    • The Meeting Object
  • Notification
    • The Notification Object
  • Webhook
    • Webhook Endpoints
  • Company
    • The Company Object
    • Retrieve Company Information
    • Company Fields
  • Integration
    • W-Access
    • SBT
    • SBT QRCodes
    • Workplace by Facebook
Powered by GitBook
On this page
  • The Object
  • Short Sample
  • Available Methods
  • Table of Errors

Was this helpful?

  1. Blocked list

The Blocked List Object

We decided to change the name from Blacklist to Blocked list. All the API methods will be available on both paths /blacklist and /blockedlist but we will deprecate the use of /blacklist on the v2.

IMPORTANT The field type will still be used with the value blacklist during v1.

The Object

Attribute

Description

*id

stringrequired

name

string

The name of the person on the blocked list

reason

string

The reason why this person is on the blocked list

*type

stringimmutable

This is an immutable field that indicated the type of the object. In this case 'blacklist'

phone

string

The phone number of the person. This field only accepts numbers, e.g.: (43) 9 9982-0420 will be 43999820420

email

string

The email of the person

document

string

Applied to companies outside Brazil. This field only accepts numbers and letters

cpf

string

Only applied to companies in Brazil. It requires a valid CPF. This field only accepts numbers

rg

string

Only applied to companies in Brazil. This field only accepts numbers and letters

Short Sample

{
    "id": "dc08c9dc-7aaa-4356-8268-f265b91a1624",
    "name": "Alisson Enz Rossi",
    "type": "blacklist",
}

Available Methods

Table of Errors

Method

Type

Description

GET

INVALID_QUERY_OPERATOR

INVALID_LIMIT_VALUE

INVALID_OFFSET_VALUE

POST

INVALID_CPF

CPF_ALREADY_EXISTS

RG_ALREADY_EXISTS

DOCUMENT_ALREADY_EXISTS

EMAIL_ALREADY_EXISTS

PHONE_ALREADY_EXISTS

DELETE GET PATCH

NOT_FOUND

DELETE GET PATCH

MISSING_ID

GET POST PATCH DELETE

INTERNAL

GET POST PATCH DELETE

BLACKLIST_DISABLED

GET POST PATCH DELETE

UNAUTHORIZED

PreviousDelete a VisitNextRetrieve a Person on the Blocked List

Last updated 4 years ago

Was this helpful?

It is a v4 (36 characters long)

GET

GET

POST

PATCH

DELETE

/v1/blockedlist/:id
/v1/blockedlist
/v1/blockedlist
/v1/blockedlist/:id
/v1/blockedlist/:id
UUID