post
https://public-api.leexi.ai/v1/meeting_events
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Example payload
owned, internal, and to_record must be sent explicitly as booleans.
{
"meeting_url": "https://meet.google.com/abc-defg-hij",
"user_uuid": "4321867f-9f82-4a0e-bd36-62c7f0c6a3b2",
"start_time": "2024-06-13T11:00:00.000Z",
"end_time": "2024-06-13T11:30:00.000Z",
"owned": true,
"internal": true,
"to_record": true,
"organizer": "[email protected]",
"attendees": ["[email protected]", "[email protected]"],
"title": "Test title",
"description": "Test description"
}
Requires thewrite_meeting_eventspermission scope on the API key.
