Update a meeting by ID (accept or reject)

Updates the status of a meeting identified by numeric ID. Set status to 2 (accepted) to confirm, or 3 (rejected) to cancel. An optional rejection_reason can be provided when rejecting. Returns 400 if the status transition is invalid.

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

integer
required

Meeting ID

Body Params
integer
required

New status: 2 = accepted, 3 = rejected

string

Reason for rejection (only when status = 3)

Responses
200

Meeting rejected successfully

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!