Goldmine
Accounts

Get the workspace's Steam Web API key status

POST
/steam.v1.Steam/GetWorkspaceAPIKey

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."
}