Skip to main content
This endpoint is deprecated and it will be removed by the end of 2025. Please use GET /guests instead.

Authentication

This endpoint requires authentication. See Authentication for detailed information about required headers and how to obtain your API keys.

Query Params

start
Date
required
From date
end
Date
required
To date

Response

"guests": {
  "firstName": string;
  "lastName": string;
  "startDate": Date;
  "endDate": Date;
  "role": 'patient' | 'companion' | 'guest'
}[]