Participants
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).
List participants
POST
https://event.talque.com/api/v1/participant/list
This endpoint allows you to list all participants in a single request
Request Body
Name
Type
Description
orgId*
string
Unique identifier of the organization
Read participants
POST
https://event.talque.com/api/v1/participant/read
This endpoint allows you to load multiple participant records in a single request
Query Parameters
Name
Type
Description
orgId*
string
The unique ID of the organization
participantIdList*
string
List of profile IDs to retrieve
Last updated