Check-in with Invitee Id
Check-in with invitee id
POST
https://api.w3lcome.com/v1/visit/inviteeCheckin/:inviteeId
This endpoint allows you to check-in a visit with an invitee id
Path Parameters
Name
Type
Description
inviteeId
string
ID of the invitee
Headers
Name
Type
Description
Content-Type
string
application/JSON
Authentication
string
Basic token
{
"type": "visit",
"id": "E9053F0C-C127-4B36-9214-295B6862287E",
"checkinAt": "2019-09-05T20:02:24-03:00",
"isInsideCompany": true,
"name": "Alisson Enz Rossi",
"host": {
"type": "host",
"id": "b98ff2895de825dec050af67d57a23e1",
"name": "Gabriel Gratival",
"email": "[email protected]",
"isActive": true
},
"phone": "(43) 9 9982-0420",
"company": "W3lcome",
"customFields": []
}
Last updated
Was this helpful?