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
  • 2021-03-23 (version 1.7.0)
  • 2020-11-13 (version 1.6.4)
  • 2020-09-25 (version 1.6.3)
  • 2020-08-31 (version 1.6.2)
  • 2020-08-12 (version 1.6.1)
  • 2020-07-31 (version 1.6.0)
  • 2020-07-23 (version 1.5.0)
  • 2020-07-02 (version 1.4.1)
  • 2020-05-11 (version 1.4.0)
  • 2020-03-26 (version 1.3.3)
  • 2020-03-25 (version 1.3.2)
  • 2020-03-16 (version 1.3.1)
  • 2020-02-10 (version 1.3.0)
  • 2019-09-22 (version 1.2.0)
  • 2019-09-05 (version 1.1.0)
  • 2019-08-30 (version 1.0.1)
  • 2019-07-17 (version 1.0.0-beta)

Was this helpful?

Changelog

The changelog is a list of backward-incompatible updates in the API. As described above, new additions and forward-compatible changes don’t need a new API version and will not appear on this list.

Next update planned: 2021-05

2021-03-23 (version 1.7.0)

  • Integration

    • [NEW] Added SBT QRCode

  • General improvements

2020-11-13 (version 1.6.4)

  • Integration

    • [UPDATE] Invenzi

  • General improvements

2020-09-25 (version 1.6.3)

  • Integration

    • [NEW] Added SBT integration

2020-08-31 (version 1.6.2)

  • Integration

    • [UPDATE] Added TOTP configuration to W-Access integration

2020-08-12 (version 1.6.1)

  • Invitee

    • [NEW] Added requiresAuthorization flag

2020-07-31 (version 1.6.0)

  • Fields

2020-07-23 (version 1.5.0)

  • Meeting

    • [UPDATE] Object updated

  • Invitee

    • [NEW] Added the meeting object to the invitee

2020-07-02 (version 1.4.1)

  • Bug fixes

2020-05-11 (version 1.4.0)

  • Host

    • [NEW] It's now possible to send a link/base64 image to the host via POST and PATCH requests

  • Invitee

    • [NEW] It's now possible to send a link/base64 image to the invitee via POST and PATCH requests

2020-03-26 (version 1.3.3)

  • Host

    • [NEW] Host's role is now available via API

2020-03-25 (version 1.3.2)

  • Blacklist

    • [CHANGE] Changed the Blacklist name to Blocked list. All the API methods will continue to work on /blacklist and the path /blockedlist will do the same as /blacklist

2020-03-16 (version 1.3.1)

  • Company

    • [NEW] Added get company information

  • Integrations

    • [IMPROVED] Added more fields to W-Access integration

2020-02-10 (version 1.3.0)

There are no breaking changes

  • Notification

    • [NEW] New webhook endpoint

  • Host

    • [NEW] Save custom data into your host object inside metadata

  • Integrations

    • [NEW] W-Access integration

2019-09-22 (version 1.2.0)

  • Invitee

    • [NEW] Insert an invitee

    • [FIX] Added cardNumber to the invitee

2019-09-05 (version 1.1.0)

  • Visit

    • [NEW] Check-in with invitee id

  • Invitee

    • [NEW] Retrieve an invitee

    • [NEW] Retrieve a list of invitees

    • [NEW] Update an invitee

    • [NEW] Delete an invitee

  • [NEW] Delivery model

  • [NEW] Webhook

2019-08-30 (version 1.0.1)

  • Blacklist

    • [FIX] CPF validation on post

    • [FIX] Unique data validation for phone, email, cpf, rg, and document. In other words, it is not possible to add two people with the same phone.

    • [FIX] Query on blacklist bug fixed

  • Host

    • [NEW] Added creation information

2019-07-17 (version 1.0.0-beta)

  • The first release of W3lcome's API

    • Host

      • [NEW] Retrieve a host

      • [NEW] Retrieve a list of hosts

      • [NEW] Insert a host

      • [NEW] Update a host

      • [NEW] Delete a host

    • Visit

      • [NEW] Retrieve a visit

      • [NEW] Retrieve a list of visits

      • [NEW] Change a visit status (allow or deny entrance)

      • [NEW] Check out a visit

      • [NEW] Delete a visit

    • Blacklist

      • [NEW] Retrieve a person on the blacklist

      • [NEW] Retrieve a list of people from the blacklist

      • [NEW] Insert a person on the blacklist

      • [NEW] Update a person on the blacklist

      • [NEW] Delete a person from the blacklist

PreviousAuthenticationNextThe Host Object

Last updated 3 years ago

Was this helpful?

[NEW] Added the endpoint

Company Fields