Get_actionable_notifications
GET
/get_actionable_notifications
get actionable notifications (the bell again)
Get_all_topics
GET
/get_all_topics
gets all topics.
Check_waitlist_status
POST
/check_waitlist_status
checks waitlist status.
Complete_phone_number_auth
POST
/complete_phone_number_auth
Call phone number auth.
Create_channel
POST
/create_channel
creates a channel
Call_phone_number_auth
POST
/call_phone_number_auth
Call phone number auth.
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_channels
GET
/get_channels
get all channels
Get_clubs_for_topic
POST
/get_clubs_for_topic
looks up clubs by topic.
Get_create_channel_targets
POST
/get_create_channel_targets
is fetched when you tap Create Room
Get_events
GET
/get_events
the Upcoming for You page
Get_following
POST
/get_following
get a list of the users and clubs that this user is following. Returned users have bios truncated to ~80 characters.
Get_notifications
GET
/get_notifications
get notifications (the bell icon)
Get_online_friends
POST
/get_online_friends
gets online friends on the app homepage.
Get_profile
POST
/get_profile
looks up user profile by ID.
Get_release_notes
POST
/get_release_notes
gets release notes.
Get_settings
GET
/get_settings
get notification settings
Get_suggested_club_invites
POST
/get_suggested_club_invites
find users to invite to clubs based on phone number
Get_suggested_follows_all
GET
/get_suggested_follows_all
gets suggested follows during signup
Get_suggested_follows_friends_only
POST
/get_suggested_follows_friends_only
find people to follow by uploading contacts during signup
Get_suggested_follows_similar
POST
/get_suggested_follows_similar
find similar users. (The Sparkles button on Clubhouse's profile page)
Get_suggested_invites
POST
/get_suggested_invites
find users to invite based on phone number.
Get_suggested_speakers
POST
/get_suggested_speakers
gets suggested users when you start a private room
Get_topic
POST
/get_topic
looks up topic by ID.
Get_users_for_topic
GET
/get_users_for_topic
looks up users by topic.
Get_welcome_channel
GET
/get_welcome_channel
called during signup
Invite_from_waitlist
POST
/invite_from_waitlist
wave to another user on the waitlist to give them access
Invite_to_app
POST
/invite_to_app
invite a user to the app, using one of your invites
Join_channel
POST
/join_channel
join a channel.
Leave_channel
POST
/leave_channel
leave a channel.
Record_action_trails
POST
/record_action_trails
analytics
Refresh_token
POST
/refresh_token
gets an access_token from a refresh_token.
Resend_phone_number_auth
POST
/resend_phone_number_auth
Resend phone number auth.
Search_clubs
POST
/search_clubs
search clubs.
Search_users
POST
/search_users
search for users
Start_phone_number_auth
POST
/start_phone_number_auth
Starts phone number auth.
Update_notifications
POST
/update_notifications
updates notification during signup.
Update_username
POST
/update_username
edits username.