Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.teamm.work/llms.txt

Use this file to discover all available pages before exploring further.

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'
}[]