Accounts
Get the workspace's Steam Web API key status
Report whether the workspace has configured its workspace-tier Steam Web API key, and when and by whom it was last set. Never returns the key itself.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://loading/steam.v1.Steam/GetWorkspaceAPIKey" \ -H "Content-Type: application/json" \ -d '{}'{
"configured": true,
"updatedAt": "2026-06-29T11:45:00Z",
"updatedBy": "AY86PB0ufwCKGyw9Tl9gcQ=="
}{
"code": "unauthenticated",
"message": "The request lacks a valid API key in the Authorization header."
}{
"code": "permission_denied",
"message": "The API key is not allowed to perform this action on this workspace."
}{
"code": "internal",
"message": "An internal server error occurred."
}GetAccounts
Look up several Steam accounts in one call. Returns the accounts that exist and lists any requested names that were not found.
ListAccounts
Return a paginated list of the Steam accounts in the workspace. Each page carries the full hydrated accounts, so a caller renders it directly without a follow-up lookup. Use the returned cursor to fetch subsequent pages.