Create Event

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
titlestringRequired
descriptionstringOptional
codestringOptional
Left out, one is generated. Given, it must be free in this workspace.
passcodestringOptional
statusenumOptional

What the doors are doing. startsAt and endsAt are informational: this is what actually opens them, because a meeting that starts late should not lock the room out of its own Q&A.

startsAtstringOptional
endsAtstringOptional
questionsOpenAtstringOptional
questionsCloseAtstringOptional
timeZonestringOptional
instructionsstringOptional
allowAnonymousbooleanOptional
moderationEnabledbooleanOptional
allowUpvotesbooleanOptional
allowRepliesbooleanOptional
profanityFilterbooleanOptional

Response

This endpoint returns an object.
idstring
organizationIdstring
titlestring
codestring
The short code the room types. Unique inside the workspace rather than globally, so two workspaces can each hold the memorable one their host wants.
statusenum

What the doors are doing. startsAt and endsAt are informational: this is what actually opens them, because a meeting that starts late should not lock the room out of its own Q&A.

settingsobject
createdAtdatetime
updatedAtdatetime
descriptionstringOptional
startsAtdatetimeOptional
endsAtdatetimeOptional
questionsOpenAtdatetimeOptional
When questions may be asked, if that is not simply "while live".
questionsCloseAtdatetimeOptional
timeZonestringOptional

IANA zone the event’s times are written in, such as Europe/Berlin.

instructionsstringOptional
capacityAtEventintegerOptional

What the workspace was paying for per event when this one was settled. Absent until then: it is copied onto the event so that raising the plan later cannot rewrite an invoice already sent.

overageParticipantsintegerOptional
questionCountintegerOptional
participantCountintegerOptional
hostobjectOptional
A person in a Taktoria organization.
archivedAtdatetimeOptional

Errors

402
Subscription Required Error
409
Conflict Error
422
Validation Error