List meeting requests

Returns a paginated list of meeting requests for the current participant. Filter by status, direction (sent_by_me / received_by_me), and slot_id. Supports including related resources: sent_by, received_by, and slot. Requires attendee authentication.

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

Query Params
integer

Page number (default: 1)

integer

Page size (max: 24, default: 24)

integer

Filter by status (1=requested, 2=accepted, 3=rejected, 4=cancelled)

boolean

When true, only return requests sent by the current participant

boolean

When true, only return requests received by the current participant

integer

Filter by time slot ID

string

Comma-separated relationships to include (e.g. sent_by, received_by, slot)

Responses

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! Or choose an example:
application/json