Skip to main content
POST
/
add-event-mobile
Error
A valid request URL is required to generate request examples
{ "status": "success", "message": "Event added successfully" }

Body

application/json
token
string
required
Example:

"eyJh..."

assistant_id
string
required
Example:

"assistant-abc-789"

title
string
required
Example:

"Doctor's Appointment"

start
string<date-time>
required
Example:

"2025-08-20T09:00:00Z"

color
string
required
Example:

"#17a2b8"

allDay
boolean
required
Example:

false

alarm
boolean
required
Example:

true

Response

200 - application/json

Status of the event addition or error if not connected.

status
string
Example:

"success"

message
string
Example:

"Event added successfully"