Authentication

Include these following headers:

X-API-APP-ID
string
required

The id you received when you registered your application

X-API-SECRET-KEY
string
required

The api secret key provided by center

X-API-PUBLIC-KEY
string
required

The api public key provided by center

Query Params

start
Date
required

From date

end
Date
required

To date

Response

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