Participants
List participants
Request Body
Name
Type
Description
Read participants
Query Parameters
Name
Type
Description
Last updated
Was this helpful?
The participants API returns all participants, not just the speakers. Authentication with your API client ID and secret is required to access these endpoints. Output is similar to the Speaker APIs (Speaker).
POST https://event.talque.com/api/v1/participant/list
This endpoint allows you to list all participants in a single request
orgId*
string
Unique identifier of the organization
POST https://event.talque.com/api/v1/participant/read
This endpoint allows you to load multiple participant records in a single request
orgId*
string
The unique ID of the organization
participantIdList*
string
List of profile IDs to retrieve
Last updated
Was this helpful?
Was this helpful?