1. Create an API key
API keys are managed in the Backoffice by a global admin.1
Open the Integrations page
Go to backoffice.vizito.be → Integrations and open the API keys section.
2
Create the key
Give it a name that says which integration it is for, tick the locations it may reach, and optionally set an expiry date and a list of IP addresses it may be used from.
3
Copy the key
The key is shown once. Store it in your secret manager right away — Vizito only keeps a hash of it and cannot show it again.
2. Check that it works
Response
_id — it is the company_id every other endpoint asks for.
3. Read today’s visitors
Response
count and page are required on this endpoint. Pass count=25&page=1 if you just want the most recent page.4. Sign someone in
Where to go next
Core concepts
What a visit type is, and why almost everything hangs off a location.
Sign in a visitor
The full sign-in flow, custom fields included.
Pre-register visitors
Create the visit up front and send the invitation.
API reference
Every endpoint in detail.

