v1
latestOpenAPI 3.0.12026-07-268028223.9 KBMeetings
Create a meeting
Create a new meeting. Only past meetings can be logged via the API.
post/v1/meetings
Headers
Idempotency-Keystring
Unique key to ensure idempotent request handling. If a request with the same key was already processed, the original response will be returned.
Request body
Example request
{
"book_id": "abc123xyz",
"title": "Client Review",
"start_time": "2024-01-15T10:00:00Z",
"end_time": "2024-01-15T11:00:00Z",
"notepad": "## Agenda\\n\\n- Review portfolio"
}Response
meeting created