Skip to main content
POST
/
get-events
Error
A valid request URL is required to generate request examples
[
  {
    "title": "Project Deadline",
    "start": "2025-08-01T17:00:00Z",
    "color": "#dc3545",
    "allDay": false,
    "alarm": true
  },
  {
    "title": "Catalina Project Sync",
    "start": "2025-08-05T10:00:00Z",
    "color": "#007bff",
    "allDay": false,
    "alarm": true
  }
]

Body

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

JWT token of the assistant.

Example:

"eyJh..."

Response

A list of events.

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