-
Notifications
You must be signed in to change notification settings - Fork 1
Partner API Notes
福狼 edited this page May 13, 2026
·
1 revision
Steam provides a partner-only Web API host for secure publisher-server use cases.
This page is mainly for future steam-go design and advanced users.
| Host | Use Case |
|---|---|
api.steampowered.com |
Public Steam Web API |
partner.steam-api.com |
Partner-only secure server requests |
The partner host has different operational rules:
- It is only accessible over HTTPS.
- It is intended for secure publisher servers.
- Every request must include a valid publisher Web API key.
- Requests without a valid publisher key return
403. - Repeated
403responses may trigger strict rate limits for the connecting IP. - It is not the same as a normal public Web API key workflow.
Steam supports IP whitelisting for Web API keys.
Once a whitelist is configured, requests from non-whitelisted addresses are blocked with 403.
This is an extra security layer, not a replacement for key protection.
Future partner-oriented features should consider:
- dedicated base URL support
- explicit publisher key handling
- stricter error handling for
403 - safer logs and redaction
- configuration examples for server-side use only
- Never expose publisher keys to clients.
- Prefer backend-only access.
- Be careful when testing with the wrong key type.
- Treat repeated
403as a configuration error, not something to retry aggressively.
____ ____ ____ _ _ ____ ____ _ _ / ____ ___ ____ ____ _ _ ____ ____
| __ | | |___ | | |__/ |__/ \_/ / [__ | |___ |__| |\/| __ | __ | |
|__] |__| | |__| | \ | \ | / ___] | |___ | | | | |__] |__|
- SteamID Model
- Steam Web API Notes
- Public Store Page Access Notes
- Partner API Notes
- OpenID Notes
- A2S Notes
- Steam Keys and Access Tokens
- Steam Static Assets
- Steam VDF and addons/vdf
- Steam Web API 特性说明
- 公开商店页面访问说明
- Partner API 说明
- OpenID 说明
- A2S 说明
- Steam Key 与 Access Token
- Steam 静态资源
- Steam VDF 与 addons/vdf