This page is just a reference of all the known Steam APIs, I do not know how they work. Please do not email me with questions.
UNDOCUMENTEDPOSTEnableOrDisableDownloads
https://api.steampowered.com/IClientCommService/EnableOrDisableDownloads/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 NoUses first desktop session if not specified
bool NoTrue to enable downloads, false to disable
https://api.steampowered.com/IClientCommService/GetAllClientLogonInfo/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
UNDOCUMENTEDGetClientAppList
https://api.steampowered.com/IClientCommService/GetClientAppList/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
string NoA combination of fields : 'all|media|tools|games'
string NoA combination of state filters : 'none|changing|installed'
uint64 NoUses first desktop session if not specified
bool NoIf true, response will also include ClientData message
string NoLanguage for app names
uint32[] No
UNDOCUMENTEDGetClientInfo
https://api.steampowered.com/IClientCommService/GetClientInfo/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 NoUses first desktop session if not specified
UNDOCUMENTEDGetClientLogonInfo
https://api.steampowered.com/IClientCommService/GetClientLogonInfo/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 NoUses first desktop session if not specified
UNDOCUMENTEDPOSTInstallClientApp
https://api.steampowered.com/IClientCommService/InstallClientApp/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint32 NoappID of product to install
uint64 NoUses first desktop session if not specified
UNDOCUMENTEDPOSTLaunchClientApp
https://api.steampowered.com/IClientCommService/LaunchClientApp/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint64 No
uint32 No
string No
UNDOCUMENTEDPOSTSetClientAppUpdateState
https://api.steampowered.com/IClientCommService/SetClientAppUpdateState/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint32 NoappID of product to uninstall
uint32 No1 to resume downloading, 0 to pause downloading
uint64 NoUses first desktop session if not specified
UNDOCUMENTEDPOSTUninstallClientApp
https://api.steampowered.com/IClientCommService/UninstallClientApp/v1/
NameValueTypeRequiredDescription
click to setstring Yes Access key
uint32 NoappID of product to install
uint64 NoUses first desktop session if not specified