Skip to main content
POST
/
get-events-mobile
Error
A valid request URL is required to generate request examples
[ { "title": "Quarterly Review", "start": "2025-07-20T11:00:00Z", "color": "#ffc107", "allDay": false, "alarm": true } ]

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