Skip to main content

The Vizito API

The Vizito API gives you programmatic access to everything your Backoffice shows: the visitors that signed in today, the registered visitors you expect tomorrow, the hosts they come to see, and the visit types and entry points that shape the sign-in flow. It is a plain HTTPS/JSON API. If you can send a request with a bearer token, you can use it — no SDK required.

Quickstart

Create an API key and make your first call in five minutes.

API reference

Every endpoint, parameter and response you can use.

Core concepts

Locations, visit types, visitors and registered visitors.

Webhooks

Get pushed an event the moment a visitor signs in.

What people build with it

Your booking tool, ERP or meeting-room system creates the registered visitor in Vizito and sends the invitation email with the QR code. The visitor arrives, scans, and is signed in without typing anything.Pre-register visitors →
Push the list of people who can be visited straight from your HR system or directory, so reception never chases a leaver or a new hire.Sync hosts →
Read the visitor log, the live “currently inside” list and the daily counters, and hand them to your dashboard, badge printer or access control platform.Visitors →
Configure a webhook and Vizito calls your endpoint on every sign-in, sign-out, screening decision or device state change.Webhooks →

Before you start

1

Create an API key

A global admin creates one on the Integrations page in the Backoffice and picks the locations it may reach.
2

Send it as a bearer token

Authorization: Bearer vzk_… on every request. See Authentication.
3

Find your location id

GET /api/companiesList returns the locations your key covers. Almost every other endpoint takes one of those ids.
The base URL is https://api.vizito.eu/api. Everything in this documentation is relative to it.

Related topics

Introduction