Create a new meeting request

Creates a meeting between the authenticated attendee and another participant for a specific time slot. Both participants must be available at the requested time. Returns 400 if the slot is unavailable, the meeting is a duplicate, it is a self-request, or permission is denied between participant types.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Event slug or numeric ID

integer
required

Business conference ID

Body Params
integer
required

Target participant to request a meeting with

string
required

Slot identifier (timestamp in seconds) for the meeting

string

Optional message to include with the meeting request

boolean

Whether this was triggered by an AI recommendation

boolean

Whether this is a last-minute meeting request

Response
401

Unauthorized -- missing or invalid token

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!