Listing visitors inside, paged
The same list as /visitors/signed_current/{company_id}, paged and filterable.
Authorizations
An API key issued in the Backoffice, sent as Authorization: Bearer vzk_<key id>_<secret>.
A Microsoft Entra ID access token obtained with the client credentials
grant is accepted on the same header. The same value is also accepted in
an X-API-Key header.
Path Parameters
The location. A 24-character hexadecimal id.
^[0-9a-fA-F]{24}$"5f2a1b9c4d3e2f0011223344"
Query Parameters
Rows to return.
x >= 150
1-based page number.
x >= 11
Filter per field, as filter[company]=acme. Values match case-insensitively
on any part of the stored value. A date field takes a range instead:
filter[signed_in][startDate] and filter[signed_in][endDate], both ISO 8601.
Related topics
Counting visitors insideListing hosts, pagedSigning a visitor in and outPre-registering visitorsIntroduction
