Skip to main content
A visit type is one sign-in flow: the questions asked, the agreements to sign, whether a badge is printed, who is notified. This endpoint returns the light list — ids and names, in the order the kiosk shows them.

Path parameters

string
required
The location.

Query parameters

boolean
true returns only visit types that are not deleted and are shown on the kiosk.
string
default:"en"
Language for the names.

Response

string
Visit type id — what you send as visit_type.
object
{ "description": "Visitor" } in the requested language.
number
Position on the kiosk.
boolean
Whether visitors can pick it themselves.
boolean
Retired visit types stay in the list so old visits keep their name.
object
Badge printing settings.
Visit type ids never change. Resolve them once at setup and store them in your own configuration rather than matching on the name.