Skip to main content
POST
Register Visitor

Register Visitor

Registers a new visitor expected at the coworking space. The visitor receives a notification and the front desk is alerted when they arrive.

Authentication

Requires a valid customer bearer token.

Request Body

The request body is an array of visitor objects. Multiple visitors can be registered in a single request (e.g. for recurring visits).
number
required
Numeric identifier of the location where the visitor is expected.
string
required
Full name of the visitor.
string
Email address of the visitor (for notifications).
string
Phone number of the visitor.
string
required
Expected arrival date/time in ISO 8601 format.
string
Notes from the host for the visitor or front desk.

Response

Returns a 200 OK on success.

Examples

Register a visitor

TypeScript Integration