W-Access
Last updated
Last updated
GET
https://api.w3lcome.com/v1/integration/waccess
This endpoint allows you to get the W-Access configurations
POST
https://api.w3lcome.com/v1/integration/waccess
This endpoint allows you to update the W-Access configurations
DELETE
https://api.w3lcome.com/v1/integration/waccess
This endpoint allows you to delete the W-Access configurations
To use the dynamic QR Code, the Host must have the property wAccessCardNumber under metadata which is an Int32
It will not work, the system only accepts custom fields under metadata
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Attribute
Description
enabled
bool
Boolean indicating if the integration is active or not
aesKey string
AES key used to encrypt the host QR Code
qrcodeDuration int
Duration (in seconds) that the QR Code will still be valid
url
string
If provided, the iPad will make a local POST request to this URL after the visitor finishes its check-in on the iPad
username
string
It will be used to authenticate during the local POST request
password
string
It will be used to authenticate during the local POST request
totpEnabled bool
Indicates if TOTP is enabled or not. Default value: false
staticVisitorQRCode bool
If enabled the visitor is going to have a static qrcode
createdAt
string
Immutable field, updated automatically
updatedAt
string
Immutable field, updated automatically
Content-Type
string
application/JSON
Authentication
string
Basic token
Content-Type
string
application/JSON
Authentication
string
Basic token
staticVisitorQRCode
boolean
Default false
totpEnabled
boolean
Default false
username
string
Default ""
password
string
Default ""
url
string
Default ""
enabled
boolean
Default: false
aesKey
string
Default: ""
qrcodeDuration
number
Default: 30
Content-Type
string
application/JSON
Authentication
string
Basic token
Method
Type
Description
GET
NOT_FOUND
POST
INVALID_PARAMETER
*
INTERNAL
UNAUTHORIZED