Skip to main content
POST
Error

Body

application/x-www-form-urlencoded
token
string
required

JWT token of the mobile user.

Example:

"eyJh..."

assistant_id
string
required

The ID of the assistant whose events are being requested.

Example:

"assistant-abc-789"

Response

200 - application/json

A list of events or an error if not connected.

title
string
required
Example:

"Team Meeting"

start
string<date-time>
required
Example:

"2025-07-25T14:00:00Z"

color
string
required
Example:

"#007bff"

allDay
boolean
required
Example:

false

alarm
boolean
required
Example:

true