Skip to main content
GET
Get one Visitor
A Visitor represents a person visiting a location who is not a member. Visitors are registered with their name, contact details, expected arrival time, and the host (customer) they are visiting. Visitor management includes check-in/check-out tracking and optional host approval workflows.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the Visitor-Read role.

Path Parameters

integer
required
The Id of the Visitor record to retrieve.

Code Examples

Response

200

integer
ID of the business linked to this record.
string
Visitor full name.
string
Visitor email.
integer
ID of the coworker linked to this record.
string
Host coworker type.
string
Host coworker full name.
string
Host coworker company name.
string
Host coworker billing name.
string
Host coworker email.
string
Host coworker team names.
integer
Visitor source. See eVisitorSource enum values: 1 = Administrator, 2 = NexIO, 3 = Customer.
integer
Host approval status. See eVisitorHostApprovalStatus enum values: 1 = NotRequired, 2 = Requested, 3 = Rejected, 4 = AcceptedAndHold, 5 = AcceptedAndGrant.
string
Visitor code.
string
Location checked in at.
string
Optional notes or comments about this visitor.
string
Customer notes.
string
Reason for visit.
string
Visitor company name.
string
Visitor phone number.
string
Expected arrival date and time.
boolean
Whether the visitor has arrived.
string
Actual arrival date.
string
Departure date.
boolean
Whether notified is enabled.
boolean
Whether internal is enabled.
boolean
Whether this is a tour visit.
boolean
Whether the visitor has agreed to terms.
boolean
Whether the tour is confirmed.
string
ID of the access control scheduled job associated with this record.
boolean
Check in the visitor now.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response