Whova Agenda and Sessions API (Modeled)

Modeled view of Whova's agenda/session surface. Whova imports sessions, speakers, and abstracts from spreadsheets, its own templates, and partner systems such as OpenReview and ConfTool, but exposes NO documented public API for reading or writing agenda data. The operations below are honestly modeled from Whova's import/agenda tooling, not sourced from an API reference.

API entry from apis.yml

apis.yml Raw ↑
aid: whova:whova-agenda-api
name: Whova Agenda and Sessions API (Modeled)
tags:
- Sessions
- Agenda
- Speakers
- Modeled
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://whova.com/blog/openreview-integration/
description: Modeled view of Whova's agenda/session surface. Whova imports sessions, speakers, and abstracts
  from spreadsheets, its own templates, and partner systems such as OpenReview and ConfTool, but exposes
  NO documented public API for reading or writing agenda data. The operations below are honestly modeled
  from Whova's import/agenda tooling, not sourced from an API reference.
endpointsModeled:
- GET /events/{event_id}/sessions              (modeled - list sessions; no public endpoint documented)
- GET /events/{event_id}/sessions/{id}         (modeled - session detail; no public endpoint documented)
- GET /events/{event_id}/speakers              (modeled - list speakers; no public endpoint documented)
properties:
- url: https://whova.com/blog/openreview-integration/
  type: Documentation
- url: https://www.conftool.net/en/configuration-documentation/whova.html
  type: Integrations