Skip to main content
POST
Upsert Visitor

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string<uuid> | null
email
string | null
firstName
string | null
lastName
string | null
phoneNumber
string | null

Response

Visitor · object | null

Successful Response

id
string<uuid> | null
email
string | null
firstName
string | null
lastName
string | null
phoneNumber
string | null