Clubhouseapi
Connector for the clubhouseapi API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://www.clubhouseapi.com/api - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_check_for_update— GET /check_for_update — Clubhouse uses this to check for updates when app is not installed from App Store (eg TestFlight)get_get_actionable_notifications— GET /get_actionable_notifications — get actionable notifications (the bell again)get_get_all_topics— GET /get_all_topics — gets all topics.get_get_channels— GET /get_channels — get all channelsget_get_events— GET /get_events — the Upcoming for You pageget_get_notifications— GET /get_notifications — get notifications (the bell icon)
Inputs
apiKey— your clubhouseapi API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_check_for_update
apiKey: <your key>