talque
  • External integrations for talque
  • JSON API (readonly)
    • General
      • Locales and Text
    • Organization
      • Read
    • Lecture
      • List
      • Read
      • Files
      • Authorization
    • Speaker
      • List
      • Read
      • Authorization
    • Participants
    • Vendors
      • List
      • Read
      • Authorization
    • Room
      • List
      • Read
    • Enumerations
      • Locale
  • Deep links
    • General
    • Organization
    • Profile links
    • Lecture links
    • Partner links
    • Post links
    • Map links
    • Video rooms
  • Webhooks
    • General
    • Authentication
    • File upload
    • Users
    • Invites
    • Tickets
    • Vendors
      • Create
      • Update
      • Delete
    • COMING SOON: Announcements
    • COMING SOON: Lectures
    • Map Data
      • Map layer
      • Map features
      • Update references
  • COMING SOON: Chat Bots
  • Wordpress Plugin
    • Installation
    • Pages
    • Shortcodes
      • Filters
      • Optional settings
    • Routing
    • Configuration
  • Javascript plugin
    • Introduction
    • Installation
      • Initial page
      • Filters
      • Optional settings
    • Routing
    • Configuration
  • Single Sign-On
    • OAuth2 Login
    • Website data
    • OAuth2 Flow
      • Request an Authorization Code
      • Exchange for Access Token
      • Authorized Requests
  • SELF-SERVICE LINKS
    • Event Ticket Token
  • Old Wordpress Plugin
    • Download
    • Pages
    • Shortcodes
    • Filter Options
    • Style Options
  • Old Javascript Plugin
    • Introduction
    • Routing
    • Installation
  • Troubleshooting
    • Firewall Configuration
  • Talque Plugin
    • Download
    • Installation
    • Configuration
Powered by GitBook
On this page
  • List participants
  • Read participants

Was this helpful?

  1. JSON API (readonly)

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

PreviousAuthorizationNextVendors

Last updated 1 year ago

Was this helpful?