Skip to main content
GET
List Visitors

List Visitors

Returns the list of visitors registered by the authenticated customer. Optionally filter to only upcoming visits.

Authentication

Requires a valid customer bearer token.

Query Parameters

showUpcoming
boolean
true — return only future visits. false or omitted — return all visitors.
_shape
string
Comma-separated list of field paths to include in the response. When provided, only the specified fields are returned — useful for reducing payload size. Supports nested paths using dot notation. Example: _shape=Records.FullName,Records.ExpectedArrival,Records.Arrived.

Response

Returns a VisitorList object containing an array of visitor records.

Visitor Fields

Identity

Core

Schedule

Media

Timestamps (from base)

Examples

Fetch upcoming visitors

TypeScript Integration