# Get all visitors Get all visitors Endpoint: GET /visitors Version: 2.0.0 Security: MuseumPlaceholderAuth ## Query parameters: - `startDate` (string) Starting date to retrieve future operating hours from. Defaults to today's date. Example: "2023-02-23" - `endDate` (string) End of a date range to retrieve special events for. Defaults to 7 days after . Example: "2023-04-18" - `page` (integer) Page number to retrieve. Example: 2 - `limit` (integer) Number of days per page. Example: 15 ## Response 200 fields (application/json): - `email` (string, required) Email of the visitor Example: "john.doe@innovario.com" - `firstName` (string, required) First name of visitor Example: "John" - `lastName` (string, required) Last name of visitor Example: "Doe"