Meetings

Schedule a meeting. "type" is the location (Online or In person). "meetingType" is the format (Individual or Group).

post/api/public/meetings

Headers

Idempotency-Keystring

Optional. Send a unique key (e.g. a UUID) to make this POST safe to retry. The same key within 24h returns the original result instead of creating a duplicate.

Request body

titlestring required
startDatestring required

ISO date-time

endDatestring required

ISO date-time

durationnumber

Minutes (optional)

type'Online' | 'In person' required
meetingType'Individual' | 'Group'
onlineLinkstring

Zoom/Meet URL

addressstring

Physical address

notesstring
traineesstring[]

Array of trainee ids

capacitynumber

For group meetings

Response

Created

Changes

No recorded changes to this endpoint across all 1 revision of this API.